patch-2.3.46 linux/drivers/char/isicom.c

Next file: linux/drivers/char/istallion.c
Previous file: linux/drivers/char/ftape/zftape/zftape-init.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.45/linux/drivers/char/isicom.c linux/drivers/char/isicom.c
@@ -2051,7 +2051,8 @@
 	re_schedule = 0;
 	current->state = TASK_INTERRUPTIBLE;
 	schedule_timeout(HZ);
-	disable_bh(ISICOM_BH);
+
+	remove_bh(ISICOM_BH);
 	
 #ifdef ISICOM_DEBUG	
 	printk("ISICOM: isicom_tx tx_count = %ld.\n", tx_count);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)