rk29 backlight;do not call rk29_backlight_set in suspend mode

This commit is contained in:
yxj
2012-11-12 14:49:51 +08:00
parent 68609f11d5
commit 441971c6e3

View File

@@ -228,6 +228,8 @@ EXPORT_SYMBOL(rk29_get_backlight_status);
void rk29_backlight_set(bool on)
{
if(suspend_flag)
return 0;
printk("%s: set %d\n", __func__, on);
if(on)
rk29_bl_resume(NULL);