diff options
| author | Wei Yongjun <[email protected]> | 2012-10-23 13:24:09 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2012-10-24 15:52:29 -0700 |
| commit | 1b3c16556a386fa019c48783f0f615fb416cb53b (patch) | |
| tree | f998539609df654f6593d43f6054af06a589955e /tools/perf/scripts/python | |
| parent | 12b9f8a20d6596c8ea7786532a4a55dacf71020c (diff) | |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions