patch-2.3.27 linux/drivers/isdn/sc/message.c
Next file: linux/drivers/isdn/sc/packet.c
Previous file: linux/drivers/isdn/sc/ioctl.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Nov 7 16:34:00 1999
- Orig file:
v2.3.26/linux/drivers/isdn/sc/message.c
- Orig date:
Sun May 23 10:03:42 1999
diff -u --recursive --new-file v2.3.26/linux/drivers/isdn/sc/message.c linux/drivers/isdn/sc/message.c
@@ -1,5 +1,5 @@
/*
- * $Id: message.c,v 1.4 1999/01/05 18:29:47 he Exp $
+ * $Id: message.c,v 1.5 1999/09/04 06:20:07 keil Exp $
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* message.c - functions for sending and receiving control messages
@@ -266,7 +266,7 @@
tries = 0;
/* wait for the response */
while (tries < timeout) {
- current->state = TASK_INTERRUPTIBLE;
+ set_current_state(TASK_INTERRUPTIBLE);
schedule_timeout(1);
pr_debug("SAR waiting..\n");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)