linux-omap 2.6.37: replace various patch with upstream versions and rediff
[openembedded.git] / recipes / linux / linux-2.6.18 / fix-lcd-display-off-by-two-problem.patch
blobe99619a876231d88e6095ee9d09963a70038635e
1 ---
2 drivers/video/sidsafb.c | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
5 Index: linux-2.6.18-avr32/drivers/video/sidsafb.c
6 ===================================================================
7 --- linux-2.6.18-avr32.orig/drivers/video/sidsafb.c 2006-11-27 15:47:16.000000000 +0100
8 +++ linux-2.6.18-avr32/drivers/video/sidsafb.c 2006-11-27 15:47:25.000000000 +0100
9 @@ -107,7 +107,7 @@ static struct fb_videomode samsung_modes
10 .pixclock = 145111,
12 .left_margin = 17, .right_margin = 33,
13 - .upper_margin = 8, .lower_margin = 10,
14 + .upper_margin = 10, .lower_margin = 10,
15 .hsync_len = 16, .vsync_len = 1,
17 .sync = FB_SYNC_PCLK_RISING,