git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ded1ddb
)
usb: musb: no need to access platform_device
author
Felipe Balbi
<balbi@ti.com>
Mon, 27 Jun 2011 12:57:12 +0000
(15:57 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 1 Jul 2011 21:31:15 +0000
(14:31 -0700)
dev_get_drvdata() is exactly the same as
platform_get_drvdata(). Drop that useless
access to the platform device.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found