git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c939e4
)
ieee1394: remove superfluous assertions
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Mon, 16 Feb 2009 22:42:31 +0000
(23:42 +0100)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Tue, 24 Feb 2009 13:51:28 +0000
(14:51 +0100)
hpsb_read, hpsb_write, hpsb_lock are sleeping functions which nobody is
in danger to use in atomic context. Besides, in_interrupt does not
cover all types of atomic context.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
No differences found