From: Nicolas Kaiser <nikai@nikai.net> Date: Wed, 27 Oct 2010 22:33:29 +0000 (-0700) Subject: drivers/video/omap/blizzard.c: suspected typo in assignment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b4754ebc319ca2e8eb95e51a5d2e2d00047c4db9;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git drivers/video/omap/blizzard.c: suspected typo in assignment Untested, but looks like an obvious typo to me. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Cc: Tomi Valkeinen <tomi.valkeinen@nokia.com> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> --- diff --git a/drivers/video/omap/blizzard.c b/drivers/video/omap/blizzard.c index 2ffb34af4c59..87785c215a52 100644 --- a/drivers/video/omap/blizzard.c +++ b/drivers/video/omap/blizzard.c @@ -1590,7 +1590,7 @@ static int blizzard_init(struct omapfb_device *fbdev, int ext_mode, blizzard.auto_update_window.width = fbdev->panel->x_res; blizzard.auto_update_window.height = fbdev->panel->y_res; blizzard.auto_update_window.out_x = 0; - blizzard.auto_update_window.out_x = 0; + blizzard.auto_update_window.out_y = 0; blizzard.auto_update_window.out_width = fbdev->panel->x_res; blizzard.auto_update_window.out_height = fbdev->panel->y_res; blizzard.auto_update_window.format = 0;