aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/backlight')
-rw-r--r--drivers/video/backlight/corgi_bl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/corgi_bl.c b/drivers/video/backlight/corgi_bl.c
index 3c026b036c86..353cb3f73cf2 100644
--- a/drivers/video/backlight/corgi_bl.c
+++ b/drivers/video/backlight/corgi_bl.c
@@ -81,7 +81,7 @@ static void corgibl_blank(int blank)
81} 81}
82 82
83#ifdef CONFIG_PM 83#ifdef CONFIG_PM
84static int corgibl_suspend(struct device *dev, u32 state, u32 level) 84static int corgibl_suspend(struct device *dev, pm_message_t state, u32 level)
85{ 85{
86 if (level == SUSPEND_POWER_DOWN) 86 if (level == SUSPEND_POWER_DOWN)
87 corgibl_blank(FB_BLANK_POWERDOWN); 87 corgibl_blank(FB_BLANK_POWERDOWN);