USB: ohci-pxa27x: remove unnecessary platform_set_drvdata()
commit27d4f707a167f6bc61e2d58346883c7df52c80ca
authorJingoo Han <jg1.han@samsung.com>
Mon, 6 May 2013 10:11:52 +0000 (6 19:11 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2013 00:47:18 +0000 (16 17:47 -0700)
tree1d7e0f73a19b7544beebb5412a6c006839ba779f
parent70caa52a30195292ff3492f3c65852795d6e39c0
USB: ohci-pxa27x: remove unnecessary platform_set_drvdata()

The driver core clears the driver data to NULL after device_release
or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d
(device-core: Ensure drvdata = NULL when no driver is bound).
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/usb/host/ohci-pxa27x.c