linux/drivers/w1/slaves
Wei Yongjun 4d10e0f2dd drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()
Use platform_device_put() instead of platform_device_unregister() if
platform_device_add() fail, and platform_device_del() should be used in
the error handling case after platform_device_add() success.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Cc: Greg KH <greg@kroah.com>
Cc: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-04-30 17:04:08 -07:00
..
Kconfig
Makefile
w1_bq27000.c drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave() 2013-04-30 17:04:08 -07:00
w1_ds28e04.c
w1_ds2408.c
w1_ds2413.c
w1_ds2423.c
w1_ds2431.c
w1_ds2433.c
w1_ds2760.c drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave() 2013-04-30 17:04:08 -07:00
w1_ds2760.h
w1_ds2780.c drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave() 2013-04-30 17:04:08 -07:00
w1_ds2780.h
w1_ds2781.c drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave() 2013-04-30 17:04:08 -07:00
w1_ds2781.h
w1_smem.c
w1_therm.c