Commit 52e93327 authored by Mike Rapoport's avatar Mike Rapoport Committed by Greg Kroah-Hartman

staging: sm750fb: fix wrong indentation

Fix wrong indentation of a line in lynxfb_set_fbinfo
Signed-off-by: default avatarMike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 083c2048
...@@ -791,7 +791,7 @@ static int lynxfb_set_fbinfo(struct fb_info *info, int index) ...@@ -791,7 +791,7 @@ static int lynxfb_set_fbinfo(struct fb_info *info, int index)
crtc->cursor.vstart = share->pvMem + crtc->cursor.offset; crtc->cursor.vstart = share->pvMem + crtc->cursor.offset;
crtc->cursor.share = share; crtc->cursor.share = share;
memset_io(crtc->cursor.vstart, 0, crtc->cursor.size); memset_io(crtc->cursor.vstart, 0, crtc->cursor.size);
if (!g_hwcursor) { if (!g_hwcursor) {
lynxfb_ops.fb_cursor = NULL; lynxfb_ops.fb_cursor = NULL;
hw_cursor_disable(&crtc->cursor); hw_cursor_disable(&crtc->cursor);
......
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