]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: no need to access platform_device
authorFelipe Balbi <balbi@ti.com>
Mon, 27 Jun 2011 12:57:12 +0000 (15:57 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Jul 2011 21:31:15 +0000 (14:31 -0700)
commit107b792828f0a50b8454b170ebf7b0fa84987730
treec0078f842d3295da15ea5e4a29c8f4c8df4321aa
parent912f77658526af4985723366b369e0be73737eec
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 <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_core.c