projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f356910
)
drivers/video/omap/blizzard.c: suspected typo in assignment
author
Nicolas Kaiser
<
[email protected]
>
Wed, 27 Oct 2010 22:33:29 +0000
(15:33 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 28 Oct 2010 01:03:08 +0000
(18:03 -0700)
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]
>
drivers/video/omap/blizzard.c
patch
|
blob
|
history
diff --git
a/drivers/video/omap/blizzard.c
b/drivers/video/omap/blizzard.c
index 2ffb34af4c59ed2c7ea342c1a627aa1b0a5f1832..87785c215a52c6e94ca9a0d799f1f25ed89c654d 100644
(file)
--- 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;