aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/psb_lid.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/gma500/psb_lid.c')
-rw-r--r--drivers/gpu/drm/gma500/psb_lid.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/gma500/psb_lid.c b/drivers/gpu/drm/gma500/psb_lid.c
index af328516561e..b867aabe6bf3 100644
--- a/drivers/gpu/drm/gma500/psb_lid.c
+++ b/drivers/gpu/drm/gma500/psb_lid.c
@@ -52,8 +52,6 @@ static void psb_lid_timer_func(unsigned long data)
52 pp_status = REG_READ(PP_STATUS); 52 pp_status = REG_READ(PP_STATUS);
53 } while ((pp_status & PP_ON) == 0); 53 } while ((pp_status & PP_ON) == 0);
54 } 54 }
55 /* printk(KERN_INFO"%s: lid: closed\n", __FUNCTION__); */
56
57 dev_priv->lid_last_state = readl(lid_state); 55 dev_priv->lid_last_state = readl(lid_state);
58 56
59lid_timer_schedule: 57lid_timer_schedule: