summaryrefslogtreecommitdiff
path: root/drivers/staging/gma500/power.c
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-08-26 11:19:34 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-26 10:46:44 -0700
commit2a30cda7af24dc179d60f6343f065d6077f541f3 (patch)
tree9253b2fdb8886db54c0ecb1a7f51185b1a247dee /drivers/staging/gma500/power.c
parentd921b0b76510045e8c911ef9b3de8b71a1d526e4 (diff)
gma500: Fix backlight crash
Initial changes to get backlight behaviour we want and to fix backlight crashes on suspend/resume paths. [Note: on some boxes this will now produce a warning about the backlight, this isn't a regression it's an unfixed but non harmful case I still need to nail] Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/gma500/power.c')
-rw-r--r--drivers/staging/gma500/power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gma500/power.c b/drivers/staging/gma500/power.c
index 972bea7c1af..94025693bae 100644
--- a/drivers/staging/gma500/power.c
+++ b/drivers/staging/gma500/power.c
@@ -302,7 +302,7 @@ int psb_runtime_suspend(struct device *dev)
int psb_runtime_resume(struct device *dev)
{
- return 0;
+ return gma_power_resume(dev);;
}
int psb_runtime_idle(struct device *dev)