rapidio: fix typos and minor edits
[safe/jmp/linux-2.6] / drivers / rapidio / rio.c
index 8fa732e..777e099 100644 (file)
@@ -445,7 +445,6 @@ static struct rio_dev *rio_get_comptag(u32 comp_tag, struct rio_dev *from)
        struct list_head *n;
        struct rio_dev *rdev;
 
-       WARN_ON(in_interrupt());
        spin_lock(&rio_global_list_lock);
        n = from ? from->global_list.next : rio_devices.next;