Skip to content

Commit

Permalink
drivers/video/omap/blizzard.c: suspected typo in assignment
Browse files Browse the repository at this point in the history
Untested, but looks like an obvious typo to me.

Signed-off-by: Nicolas Kaiser <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Cc: Tony Lindgren <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
nikai3d authored and torvalds committed Oct 28, 2010
1 parent f356910 commit b4754eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/omap/blizzard.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b4754eb

Please sign in to comment.