Revision 91facc22dec964683aef88f5620a790a6e46b98a authored by Johannes Berg on 22 December 2010, 01:24:28 UTC, committed by Linus Torvalds on 23 December 2010, 03:43:34 UTC
When I added led_blink_set I had a typo: the return value of the hw
offload is a regular error code that is zero when succesful, and in that
case software emulation should not be used, rather than the other way
around.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Cc: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 5a2d6e3
History
File Mode Size
Kconfig -rw-r--r-- 532 bytes
Makefile -rw-r--r-- 274 bytes
compr.c -rw-r--r-- 1.8 KB
dev_bdev.c -rw-r--r-- 8.5 KB
dev_mtd.c -rw-r--r-- 6.6 KB
dir.c -rw-r--r-- 21.0 KB
file.c -rw-r--r-- 6.9 KB
gc.c -rw-r--r-- 20.2 KB
inode.c -rw-r--r-- 10.6 KB
journal.c -rw-r--r-- 23.7 KB
logfs.h -rw-r--r-- 23.6 KB
logfs_abi.h -rw-r--r-- 16.8 KB
readwrite.c -rw-r--r-- 55.6 KB
segment.c -rw-r--r-- 23.8 KB
super.c -rw-r--r-- 16.7 KB

back to top