diff options
Diffstat (limited to 'drivers/video/intelfb/intelfbdrv.c')
-rw-r--r-- | drivers/video/intelfb/intelfbdrv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/intelfb/intelfbdrv.c b/drivers/video/intelfb/intelfbdrv.c index 54ce74547a3e..9e83664e345c 100644 --- a/drivers/video/intelfb/intelfbdrv.c +++ b/drivers/video/intelfb/intelfbdrv.c | |||
@@ -1480,7 +1480,7 @@ intelfb_cursor(struct fb_info *info, struct fb_cursor *cursor) | |||
1480 | intelfbhw_cursor_hide(dinfo); | 1480 | intelfbhw_cursor_hide(dinfo); |
1481 | 1481 | ||
1482 | /* If XFree killed the cursor - restore it */ | 1482 | /* If XFree killed the cursor - restore it */ |
1483 | physical = (dinfo->mobile || IS_I9xx(dinfo)) ? dinfo->cursor.physical : | 1483 | physical = (dinfo->mobile || IS_I9XX(dinfo)) ? dinfo->cursor.physical : |
1484 | (dinfo->cursor.offset << 12); | 1484 | (dinfo->cursor.offset << 12); |
1485 | 1485 | ||
1486 | if (INREG(CURSOR_A_BASEADDR) != physical) { | 1486 | if (INREG(CURSOR_A_BASEADDR) != physical) { |