From: Felipe Balbi Date: Mon, 27 Jun 2011 12:57:12 +0000 (+0300) Subject: usb: musb: no need to access platform_device X-Git-Tag: v3.1-rc1~234^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8220796df85d58a445863424b7b2053d4741e931;p=pandora-kernel.git usb: musb: no need to access platform_device dev_get_drvdata() is exactly the same as platform_get_drvdata(). Drop that useless access to the platform device. Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed