diff options
author | Alexandre Bounine <alexandre.bounine@idt.com> | 2010-05-26 17:44:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-27 12:12:51 -0400 |
commit | 68b04cd38af42dbe4ee28e189633c3c50beb8873 (patch) | |
tree | 78dddeb66066b3f56e4ddcb693e9e54a85b56210 /drivers/rapidio/rio.c | |
parent | 933af4a6c4913ab4c0691c8fb27fc305063889cd (diff) |
rapidio: fix typos and minor edits
Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com>
Cc: Matt Porter <mporter@kernel.crashing.org>
Cc: Li Yang <leoli@freescale.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Cc: Thomas Moll <thomas.moll@sysgo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rapidio/rio.c')
-rw-r--r-- | drivers/rapidio/rio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rapidio/rio.c b/drivers/rapidio/rio.c index 8fa732e46bf6..777e099a3d8f 100644 --- a/drivers/rapidio/rio.c +++ b/drivers/rapidio/rio.c | |||
@@ -445,7 +445,6 @@ static struct rio_dev *rio_get_comptag(u32 comp_tag, struct rio_dev *from) | |||
445 | struct list_head *n; | 445 | struct list_head *n; |
446 | struct rio_dev *rdev; | 446 | struct rio_dev *rdev; |
447 | 447 | ||
448 | WARN_ON(in_interrupt()); | ||
449 | spin_lock(&rio_global_list_lock); | 448 | spin_lock(&rio_global_list_lock); |
450 | n = from ? from->global_list.next : rio_devices.next; | 449 | n = from ? from->global_list.next : rio_devices.next; |
451 | 450 | ||