Files
android_kernel_xiaomi_sm8450/drivers/usb/musb
Wei Yongjun b59e906c57 usb: musb: da8xx: use platform_device_unregister in da8xx_remove()
platform_device_unregister() only calls platform_device_del() and
platform_device_put(), thus use platform_device_unregister() to
simplify the code.

Also the documents in platform.c shows that platform_device_del
and platform_device_put must _only_ be externally called in error
cases.  All other usage is a bug.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2012-10-26 11:09:46 +03:00
..
2009-07-12 12:22:34 -07:00
2011-12-12 11:51:52 +02:00
2012-09-16 20:42:46 -07:00
2012-10-03 15:11:42 -07:00
2012-09-16 20:42:46 -07:00