diff options
Diffstat (limited to 'drivers/video/omap2/dss/dispc.c')
-rw-r--r-- | drivers/video/omap2/dss/dispc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c index 8fbeb299fac3..91c687fd002e 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c | |||
@@ -2918,7 +2918,7 @@ static void _dispc_mgr_set_lcd_timings(enum omap_channel channel, int hsw, | |||
2918 | break; | 2918 | break; |
2919 | default: | 2919 | default: |
2920 | BUG(); | 2920 | BUG(); |
2921 | }; | 2921 | } |
2922 | 2922 | ||
2923 | l = dispc_read_reg(DISPC_POL_FREQ(channel)); | 2923 | l = dispc_read_reg(DISPC_POL_FREQ(channel)); |
2924 | l |= FLD_VAL(onoff, 17, 17); | 2924 | l |= FLD_VAL(onoff, 17, 17); |