ieee1394: remove superfluous assertions
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 16 Feb 2009 22:42:31 +0000 (23:42 +0100)
committerStefan 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