]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: host: ohci-omap: Remove redundant platform_set_drvdata()
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 17 May 2013 09:51:25 +0000 (15:21 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2013 17:14:53 +0000 (10:14 -0700)
commita655d45f58751e29f7ae1b331fd8362870ef3953
treec226ffa96fdcfea9524bfc8f2903c1ce7c5b406a
parentfd70863c2fd59ba524972b70fe40d9dfe9c2c321
usb: host: ohci-omap: 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>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-omap.c