patch-2.3.29 linux/drivers/parport/ieee1284_ops.c

Next file: linux/drivers/pci/pci.c
Previous file: linux/drivers/parport/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/drivers/parport/ieee1284_ops.c linux/drivers/parport/ieee1284_ops.c
@@ -95,7 +95,7 @@
                            our interrupt handler called. */
 			if (count && no_irq) {
 				parport_release (dev);
-				set_current_state (TASK_INTERRUPTIBLE);
+				__set_current_state (TASK_INTERRUPTIBLE);
 				schedule_timeout (wait);
 				parport_claim_or_block (dev);
 			}
@@ -525,7 +525,7 @@
 			/* Yield the port for a while. */
 			if (count && dev->port->irq != PARPORT_IRQ_NONE) {
 				parport_release (dev);
-				set_current_state (TASK_INTERRUPTIBLE);
+				__set_current_state (TASK_INTERRUPTIBLE);
 				schedule_timeout ((HZ + 24) / 25);
 				parport_claim_or_block (dev);
 			}

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