Commit ff040c20 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] tcx compile fix (typo)

Spot the typo.
Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent df0d9094
......@@ -207,7 +207,7 @@ tcx_blank(int blank, struct fb_info *info)
val = sbus_readl(&thc->thc_misc);
switch (blank) {
case FB_BLAnK_UNBLANK: /* Unblanking */
case FB_BLANK_UNBLANK: /* Unblanking */
val &= ~(TCX_THC_MISC_VSYNC_DIS |
TCX_THC_MISC_HSYNC_DIS);
val |= TCX_THC_MISC_VIDEO;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment