summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2012-10-23 13:24:09 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-24 15:52:29 -0700
commit1b3c16556a386fa019c48783f0f615fb416cb53b (patch)
treef998539609df654f6593d43f6054af06a589955e /drivers/misc
parent12b9f8a20d6596c8ea7786532a4a55dacf71020c (diff)
downloadlinux-1b3c16556a386fa019c48783f0f615fb416cb53b.tar.bz2
pc8736x_gpio: use platform_device_unregister in pc8736x_gpio_cleanup()
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
0 files changed, 0 insertions, 0 deletions