usb: otg: modify default to n for usb2.0
[firefly-linux-kernel-4.4.55.git] / drivers / video / console / tileblit.c
index 0056a41e5c35c2a3d323c69845a2db895a080108..15e8e1a89c45def0d7f9ebc0ab8fbdaa1563ff8b 100644 (file)
@@ -83,7 +83,7 @@ static void tile_cursor(struct vc_data *vc, struct fb_info *info, int mode,
                        int softback_lines, int fg, int bg)
 {
        struct fb_tilecursor cursor;
-       int use_sw = (vc->vc_cursor_type & 0x01);
+       int use_sw = (vc->vc_cursor_type & 0x10);
 
        cursor.sx = vc->vc_x;
        cursor.sy = vc->vc_y;