staging: sm750fb: fix wrong indentation
Fix wrong indentation of a line in lynxfb_set_fbinfo Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
083c2048f5
commit
52e933278a
|
@ -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.share = share;
|
||||
memset_io(crtc->cursor.vstart, 0, crtc->cursor.size);
|
||||
memset_io(crtc->cursor.vstart, 0, crtc->cursor.size);
|
||||
if (!g_hwcursor) {
|
||||
lynxfb_ops.fb_cursor = NULL;
|
||||
hw_cursor_disable(&crtc->cursor);
|
||||
|
|
Loading…
Reference in New Issue