uio: uio_cif: remove unnecessary pci_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Thu, 12 Sep 2013 06:38:44 +0000 (15:38 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 15:47:25 +0000 (08:47 -0700)
commit8a4c10f8ec89fa40b0de33ce3ebe00781d010f3d
tree9785a6b9986ed366e58c5dc42df51311d8a6736a
parente56516867f3de862df5fd9cf30e54a0b73921e83
uio: uio_cif: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uio/uio_cif.c