diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/iucv/iucv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/iucv/iucv.c b/net/iucv/iucv.c index d764f4c1b7e4..a65e69eaea2f 100644 --- a/net/iucv/iucv.c +++ b/net/iucv/iucv.c | |||
@@ -795,7 +795,6 @@ int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler, | |||
795 | union iucv_param *parm; | 795 | union iucv_param *parm; |
796 | int rc; | 796 | int rc; |
797 | 797 | ||
798 | BUG_ON(in_atomic()); | ||
799 | spin_lock_bh(&iucv_table_lock); | 798 | spin_lock_bh(&iucv_table_lock); |
800 | iucv_cleanup_queue(); | 799 | iucv_cleanup_queue(); |
801 | parm = iucv_param[smp_processor_id()]; | 800 | parm = iucv_param[smp_processor_id()]; |