mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
drivers/video/backlight/jornada720_bl.c: fix build
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com> Cc: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
3fc7b4b220
commit
b317c83321
@ -72,7 +72,7 @@ static int jornada_bl_update_status(struct backlight_device *bd)
|
|||||||
if (jornada_ssp_byte(SETBRIGHTNESS) != TXDUMMY) {
|
if (jornada_ssp_byte(SETBRIGHTNESS) != TXDUMMY) {
|
||||||
printk(KERN_INFO "bl : failed to set brightness\n");
|
printk(KERN_INFO "bl : failed to set brightness\n");
|
||||||
ret = -ETIMEDOUT;
|
ret = -ETIMEDOUT;
|
||||||
goto out
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* at this point we expect that the mcu has accepted
|
/* at this point we expect that the mcu has accepted
|
||||||
|
Loading…
Reference in New Issue
Block a user