OSDN Git Service

usb: phy: nop: Remove redundant platform_set_drvdata()
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 6 May 2013 11:52:23 +0000 (17:22 +0530)
committerFelipe Balbi <balbi@ti.com>
Wed, 15 May 2013 14:23:41 +0000 (17:23 +0300)
commit8fe61203687a67eb1db338a4b7198a8037ca96c8
treec191e4b6f72c319a1aaf26dec0bfc7c638b6a9d4
parent99f80cfc00084a4aa87372095cca7a279db12ce2
usb: phy: nop: Remove redundant platform_set_drvdata()

Commit 0998d06310 (device-core: Ensure drvdata = NULL when no
driver is bound) removes the need to set driver data field to
NULL.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-nop.c