OSDN Git Service

msm: mdss: fix a warning for unused value
authorAshish Garg <ashigarg@codeaurora.org>
Fri, 14 Apr 2017 12:06:30 +0000 (17:36 +0530)
committerAshish Garg <ashigarg@codeaurora.org>
Thu, 20 Apr 2017 12:11:23 +0000 (17:41 +0530)
commit85b6d2c63898d8c98de3fdaa1fada885e7521e36
tree611063f537be46a7eaa173f14dc3bc173b8e7312
parent1342831f8a82969fedf9d83d1799b4e24e95eaaa
msm: mdss: fix a warning for unused value

Value computed is not being used in the statement which is causing
a compilation error on some build flavors. Fix the issue by not
computing the value as it is not needed.

Change-Id: Ia628388deb3057da45989d6376503048b08e8167
Signed-off-by: Ashish Garg <ashigarg@codeaurora.org>
drivers/video/fbdev/msm/msm_mdss_io_8974.c