commit | 691d77b6b85c20e4166bafd12bd0131b28f95a16 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Tue Jan 06 14:41:16 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 06 15:59:15 2009 -0800 |
tree | b7c8950fadd6d3cf3a949d3977597cd0388544e8 | |
parent | 94e2959e7a6a4ef0969932c30349ce6f4469a3cf [diff] |
checkpatch: add checks for in_atomic() in_atomic() is not for driver use so report any such use as an ERROR. Also in_atomic() is often used to determine if we may sleep, but it is not reliable in this use model therefore strongly discourage its use. Signed-off-by: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>