Skip to content

Commit

Permalink
drivers/video/backlight/jornada720_bl.c: fix build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kristoffer Ericson authored and Linus Torvalds committed Jul 30, 2009
1 parent 3fc7b4b commit b317c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/backlight/jornada720_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b317c83

Please sign in to comment.