mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 17:20:50 +07:00
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
@ -589,7 +589,6 @@ static void asiliantfb_remove(struct pci_dev *dp)
|
||||
fb_dealloc_cmap(&p->cmap);
|
||||
iounmap(p->screen_base);
|
||||
release_mem_region(pci_resource_start(dp, 0), pci_resource_len(dp, 0));
|
||||
pci_set_drvdata(dp, NULL);
|
||||
framebuffer_release(p);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user