usb: chipidea: remove superfluous pci_set_drvdata(pci, NULL)
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 13 Jun 2013 15:00:01 +0000 (18:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2013 20:47:25 +0000 (13:47 -0700)
commit54b448e5e4d2215974b959a97ead55bb9218904c
tree5e8c8f31665ec52918475ac23b2e6b235d2e5dc8
parentea1418b5f1a394d11c8cdb91ef19d24dcd9c0045
usb: chipidea: remove superfluous pci_set_drvdata(pci, NULL)

As drvdata is cleared to NULL at probe failure or at removal by the driver
core, we don't have to call pci_set_drvdata(pci, NULL) any longer in each
driver.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/ci13xxx_pci.c