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:
Родитель
3fc7b4b220
Коммит
b317c83321
|
@ -72,7 +72,7 @@ static int jornada_bl_update_status(struct backlight_device *bd)
|
|||
if (jornada_ssp_byte(SETBRIGHTNESS) != TXDUMMY) {
|
||||
printk(KERN_INFO "bl : failed to set brightness\n");
|
||||
ret = -ETIMEDOUT;
|
||||
goto out
|
||||
goto out;
|
||||
}
|
||||
|
||||
/* at this point we expect that the mcu has accepted
|
||||
|
|
Загрузка…
Ссылка в новой задаче