OSDN Git Service

backlight: lm3630a: Return 0 on success in update_status functions
authorBrian Masney <masneyb@onstation.org>
Wed, 24 Apr 2019 09:25:03 +0000 (05:25 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jan 2020 09:21:44 +0000 (10:21 +0100)
commita5dad3ac3c5722b8f31c05cf72297ba19998309b
treef7f9cedbc81c528c8d25ca6eaae88ee902a9953e
parentbfe9388e57f525d10a556ac476f55a4143f68413
backlight: lm3630a: Return 0 on success in update_status functions

[ Upstream commit d3f48ec0954c6aac736ab21c34a35d7554409112 ]

lm3630a_bank_a_update_status() and lm3630a_bank_b_update_status()
both return the brightness value if the brightness was successfully
updated. Writing to these attributes via sysfs would cause a 'Bad
address' error to be returned. These functions should return 0 on
success, so let's change it to correct that error.

Fixes: 28e64a68a2ef ("backlight: lm3630: apply chip revision")
Signed-off-by: Brian Masney <masneyb@onstation.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/video/backlight/lm3630a_bl.c