diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-11-05 11:53:26 +0000 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-11-08 10:43:49 +0000 |
commit | 29fae2c1db242a39c5c7c49434fb183f990df2f8 (patch) | |
tree | 7b57688b1a5664d96ed574cf64dd395bd04f5080 /tools/hv | |
parent | 5158cc2d4eca66c1c5ef1939d8fa02942f532515 (diff) | |
download | linux-29fae2c1db242a39c5c7c49434fb183f990df2f8.tar.bz2 |
backlight: ili922x: Remove redundant variable len
The variable len is assigned but never read, therefore it is redundant
and can be removed. Cleans up clang warning:
drivers/video/backlight/ili922x.c:276:2: warning: Value stored to 'len'
is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Acked-by: Jingoo Han <jingoohan1@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'tools/hv')
0 files changed, 0 insertions, 0 deletions