diff options
Diffstat (limited to 'drivers/video/pm3fb.c')
-rw-r--r-- | drivers/video/pm3fb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/pm3fb.c b/drivers/video/pm3fb.c index 7718faa4a73b..9c17474340cd 100644 --- a/drivers/video/pm3fb.c +++ b/drivers/video/pm3fb.c | |||
@@ -1489,7 +1489,6 @@ static void pm3fb_remove(struct pci_dev *dev) | |||
1489 | iounmap(par->v_regs); | 1489 | iounmap(par->v_regs); |
1490 | release_mem_region(fix->mmio_start, fix->mmio_len); | 1490 | release_mem_region(fix->mmio_start, fix->mmio_len); |
1491 | 1491 | ||
1492 | pci_set_drvdata(dev, NULL); | ||
1493 | kfree(info->pixmap.addr); | 1492 | kfree(info->pixmap.addr); |
1494 | framebuffer_release(info); | 1493 | framebuffer_release(info); |
1495 | } | 1494 | } |