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
.gitignore -rw-r--r-- 15 bytes
Makefile -rw-r--r-- 1.1 KB
kdb_bp.c -rw-r--r-- 11.1 KB
kdb_bt.c -rw-r--r-- 5.2 KB
kdb_cmds -rw-r--r-- 833 bytes
kdb_debugger.c -rw-r--r-- 4.5 KB
kdb_io.c -rw-r--r-- 19.5 KB
kdb_keyboard.c -rw-r--r-- 4.2 KB
kdb_main.c -rw-r--r-- 69.7 KB
kdb_private.h -rw-r--r-- 9.5 KB
kdb_support.c -rw-r--r-- 23.9 KB

back to top