]> git.baikalelectronics.ru Git - kernel.git/commit
usb: misc: usb3503: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 30 Jul 2013 08:05:28 +0000 (17:05 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Aug 2013 00:28:46 +0000 (17:28 -0700)
commit76bf73ba6c12994e56ea724130c885e6f65c75d9
tree93e1a983ebfec38d2fa35b3a3c6d7b4ead74047b
parent955dfc3f8fc6bc5fe45720e5f12b21bb011f64da
usb: misc: usb3503: use dev_get_platdata()

Use the wrapper function for retrieving the platform data instead of
accessing dev->platform_data directly.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/usb3503.c