patch-2.4.3 linux/drivers/isdn/sc/interrupt.c
Next file: linux/drivers/md/md.c
Previous file: linux/drivers/isdn/sc/init.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon Mar 26 15:38:19 2001
- Orig file:
v2.4.2/linux/drivers/isdn/sc/interrupt.c
- Orig date:
Wed Apr 1 16:21:04 1998
diff -u --recursive --new-file v2.4.2/linux/drivers/isdn/sc/interrupt.c linux/drivers/isdn/sc/interrupt.c
@@ -1,5 +1,5 @@
/*
- * $Id: interrupt.c,v 1.4 1998/01/31 22:10:52 keil Exp $
+ * $Id: interrupt.c,v 1.4.8.1 2001/03/13 16:17:09 kai Exp $
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* This program is free software; you can redistribute it and/or modify
@@ -141,7 +141,7 @@
}
else if(callid>=0x0000 && callid<=0x7FFF)
{
- pr_debug("%s: Got Incomming Call\n", adapter[card]->devicename);
+ pr_debug("%s: Got Incoming Call\n", adapter[card]->devicename);
strcpy(setup.phone,&(rcvmsg.msg_data.byte_array[4]));
strcpy(setup.eazmsn,adapter[card]->channel[rcvmsg.phy_link_no-1].dn);
setup.si1 = 7;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)