linux-stable/drivers/w1
Dan Carpenter 5829944925 w1: fix for loop in w1_f29_remove_slave()
The for loop was looking for i <= 0 instead of i >= 0 so this function
never did anything.  Also we started with i = NB_SYSFS_BIN_FILES instead
of "NB_SYSFS_BIN_FILES - 1" which is an off by one bug.

Reported-by: Bojan Prtvar <prtvar.b@gmail.com>
Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Jean-Franois Dagenais <dagenaisj@sonatest.com>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-08-25 16:25:33 -07:00
..
masters atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
slaves w1: fix for loop in w1_f29_remove_slave() 2011-08-25 16:25:33 -07:00
Kconfig trivial: Kconfig: .ko is normally not included in module names 2009-06-12 18:01:50 +02:00
Makefile
w1.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
w1.h w1: have netlink search update kernel list 2011-05-26 17:12:38 -07:00
w1_family.c W1: w1_family, remove unused variable need_exit 2008-10-16 11:21:50 -07:00
w1_family.h atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
w1_int.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
w1_int.h
w1_io.c w1: add 1-wire (w1) reset and resume command API support 2011-05-26 17:12:38 -07:00
w1_log.h
w1_netlink.c w1: have netlink search update kernel list 2011-05-26 17:12:38 -07:00
w1_netlink.h w1: send status messages after command processing 2009-01-08 08:31:14 -08:00