diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/tmiofb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tmiofb.c b/drivers/video/tmiofb.c index a1eb0862255b..6913fe168c25 100644 --- a/drivers/video/tmiofb.c +++ b/drivers/video/tmiofb.c | |||
@@ -974,7 +974,7 @@ static int tmiofb_resume(struct platform_device *dev) | |||
974 | { | 974 | { |
975 | struct fb_info *info = platform_get_drvdata(dev); | 975 | struct fb_info *info = platform_get_drvdata(dev); |
976 | struct mfd_cell *cell = dev->dev.platform_data; | 976 | struct mfd_cell *cell = dev->dev.platform_data; |
977 | int retval; | 977 | int retval = 0; |
978 | 978 | ||
979 | acquire_console_sem(); | 979 | acquire_console_sem(); |
980 | 980 | ||