pc8736x_gpio: use platform_device_unregister in pc8736x_gpio_cleanup()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 23 Oct 2012 05:24:09 +0000 (13:24 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 22:52:29 +0000 (15:52 -0700)
commit1b3c16556a386fa019c48783f0f615fb416cb53b
treef998539609df654f6593d43f6054af06a589955e
parent12b9f8a20d6596c8ea7786532a4a55dacf71020c
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>
drivers/char/pc8736x_gpio.c
This page took 0.02507 seconds and 5 git commands to generate.