On Thu, Mar 26, 2015 at 11:25:50PM +0100, Michel von Czettritz wrote: > @@ -487,8 +484,8 @@ static int lynxfb_resume(struct pci_dev *pdev) > par = info->par; > crtc = &par->crtc; > cursor = &crtc->cursor; > - memset_io(cursor->vstart, 0x0, cursor->size); > - memset_io(crtc->vScreen, 0x0, crtc->vidmem_size); > + memset(cursor->vstart, 0x0, cursor->size); > + memset(crtc->vScreen, 0x0, crtc->vidmem_size); > lynxfb_ops_set_par(info); > fb_set_suspend(info, 0); > } This is a bug. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html