backlight: lm3630a: Fix return code of .update_status() callback
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 21 Jun 2021 12:21:47 +0000 (14:21 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 22 Jun 2021 13:10:19 +0000 (14:10 +0100)
commitb9481a667a90ec739995e85f91f3672ca44d6ffa
tree03d9c3e4697871219c2fcfba07fb4b4e5017f82e
parent2c538940d97cb67b3fde953f1267798e03a9a4ad
backlight: lm3630a: Fix return code of .update_status() callback

According to <linux/backlight.h> .update_status() is supposed to
return 0 on success and a negative error code otherwise. Adapt
lm3630a_bank_a_update_status() and lm3630a_bank_b_update_status() to
actually do it.

While touching that also add the error code to the failure message.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/lm3630a_bl.c