linux/drivers/net/wireless/ti
Wei Yongjun 200e932649 wlcore: sdio: use platform_device_unregister in wl1271_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: Luciano Coelho <luca@coelho.fi>
2012-11-16 19:53:00 +02:00
..
wl12xx wlcore: Refactor probe 2012-09-27 12:13:54 +03:00
wl18xx wlcore: protect wlcore_op_set_key with mutex 2012-09-27 12:13:54 +03:00
wl1251 mac80211: move TX station pointer and restructure TX 2012-07-31 16:18:39 +02:00
wlcore wlcore: sdio: use platform_device_unregister in wl1271_remove() 2012-11-16 19:53:00 +02:00
Kconfig wl18xx: add new module 2012-06-05 15:54:04 +03:00
Makefile wl18xx: add new module 2012-06-05 15:54:04 +03:00