usb: gadget: pch_udc: remove unnecessary pci_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Thu, 12 Sep 2013 06:27:58 +0000 (15:27 +0900)
committerFelipe Balbi <balbi@ti.com>
Tue, 1 Oct 2013 14:31:17 +0000 (09:31 -0500)
commit42ab3d24f8f5ee3b2f5b9f353fd51aa5a5372fbd
treebc3f371d92037e882bc38a9d1193b005c9c762f9
parent1f0186305b08f61e62383fdb11dfb6dfd45ebc1f
usb: gadget: pch_udc: 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: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/pch_udc.c