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-- 686 bytes
Makefile -rw-r--r-- 182 bytes
vxfs.h -rw-r--r-- 9.1 KB
vxfs_bmap.c -rw-r--r-- 7.2 KB
vxfs_dir.h -rw-r--r-- 3.2 KB
vxfs_extern.h -rw-r--r-- 3.0 KB
vxfs_fshead.c -rw-r--r-- 5.4 KB
vxfs_fshead.h -rw-r--r-- 2.5 KB
vxfs_immed.c -rw-r--r-- 3.5 KB
vxfs_inode.c -rw-r--r-- 8.8 KB
vxfs_inode.h -rw-r--r-- 5.4 KB
vxfs_lookup.c -rw-r--r-- 7.9 KB
vxfs_olt.c -rw-r--r-- 3.6 KB
vxfs_olt.h -rw-r--r-- 4.4 KB
vxfs_subr.c -rw-r--r-- 4.6 KB
vxfs_super.c -rw-r--r-- 7.2 KB

back to top