summaryrefslogtreecommitdiff
path: root/drivers/video/nvidia/nvidia.c
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2014-01-08 00:45:15 (GMT)
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-01-17 08:57:39 (GMT)
commit7c815c59c0bee9822a7a9fd93725d727b07ee93c (patch)
tree789f1603a42e21374acb8e9f6c900521358745eb /drivers/video/nvidia/nvidia.c
parenta1d99607c45b11b8134c35fb0b8e36f1eabf72c5 (diff)
downloadlinux-7c815c59c0bee9822a7a9fd93725d727b07ee93c.tar.xz
video: nvidiafb: 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>
Diffstat (limited to 'drivers/video/nvidia/nvidia.c')
-rw-r--r--drivers/video/nvidia/nvidia.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/nvidia/nvidia.c b/drivers/video/nvidia/nvidia.c
index ff22871..def0412 100644
--- a/drivers/video/nvidia/nvidia.c
+++ b/drivers/video/nvidia/nvidia.c
@@ -1461,7 +1461,6 @@ static void nvidiafb_remove(struct pci_dev *pd)
pci_release_regions(pd);
kfree(info->pixmap.addr);
framebuffer_release(info);
- pci_set_drvdata(pd, NULL);
NVTRACE_LEAVE();
}