usb: host: ohci-tmio: Remove redundant platform_set_drvdata()
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 17 May 2013 09:51:27 +0000 (15:21 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2013 17:14:53 +0000 (10:14 -0700)
commit933d0371f998510f1e445656b061fb76866d71f1
tree2d301c77837833c9f57bb60d1d9794f14375ba81
parent983ad977d52e41ffbb68ec1964b95c9bd2687189
usb: host: ohci-tmio: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-tmio.c