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)
commit00fc3072e484c1c6fdbd9c3b1851f866000a6cb9
tree851689333bb3906537c371fec13984892e10189e
parent9c939e4df432fe4ed17bdbf7bc14111ec51ef7c9
ieee1394: remove superfluous assertions

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>
drivers/ieee1394/ieee1394_transactions.c