video: asiliantfb: remove unnecessary pci_set_drvdata()
The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
40af1eb5a7
commit
a1d99607c4
1 changed files with 0 additions and 1 deletions
|
@ -589,7 +589,6 @@ static void asiliantfb_remove(struct pci_dev *dp)
|
||||||
fb_dealloc_cmap(&p->cmap);
|
fb_dealloc_cmap(&p->cmap);
|
||||||
iounmap(p->screen_base);
|
iounmap(p->screen_base);
|
||||||
release_mem_region(pci_resource_start(dp, 0), pci_resource_len(dp, 0));
|
release_mem_region(pci_resource_start(dp, 0), pci_resource_len(dp, 0));
|
||||||
pci_set_drvdata(dp, NULL);
|
|
||||||
framebuffer_release(p);
|
framebuffer_release(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue