Re: [PATCH -next] GPIO: clps711x: use platform_device_unregister in gpio_clps711x_init()

2012-10-27 Thread Linus Walleij
On Fri, Oct 26, 2012 at 5:15 PM, Wei Yongjun wrote: > From: Wei Yongjun > > 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

Re: [PATCH -next] GPIO: clps711x: use platform_device_unregister in gpio_clps711x_init()

2012-10-27 Thread Linus Walleij
On Fri, Oct 26, 2012 at 5:15 PM, Wei Yongjun weiyj...@gmail.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn 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

[PATCH -next] GPIO: clps711x: use platform_device_unregister in gpio_clps711x_init()

2012-10-26 Thread Wei Yongjun
From: Wei Yongjun 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

[PATCH -next] GPIO: clps711x: use platform_device_unregister in gpio_clps711x_init()

2012-10-26 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn 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_