patch-2.4.7 linux/drivers/isdn/hisax/hfc_sx.c
Next file: linux/drivers/isdn/hisax/hisax.h
Previous file: linux/drivers/isdn/hisax/elsa.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Wed Jul 18 09:45:40 2001
- Orig file:
v2.4.6/linux/drivers/isdn/hisax/hfc_sx.c
- Orig date:
Tue Jul 3 17:08:19 2001
diff -u --recursive --new-file v2.4.6/linux/drivers/isdn/hisax/hfc_sx.c linux/drivers/isdn/hisax/hfc_sx.c
@@ -1,4 +1,4 @@
-/* $Id: hfc_sx.c,v 1.9.6.1 2001/06/09 15:14:17 kai Exp $
+/* $Id: hfc_sx.c,v 1.9.6.2 2001/07/18 16:25:12 kai Exp $
* hfc_sx.c low level driver for CCD´s hfc-s+/sp based cards
*
@@ -32,7 +32,7 @@
extern const char *CardType[];
-static const char *hfcsx_revision = "$Revision: 1.9.6.1 $";
+static const char *hfcsx_revision = "$Revision: 1.9.6.2 $";
/***************************************/
/* IRQ-table for CCDs demo board */
@@ -1492,7 +1492,7 @@
if ((!cs->hw.hfcsx.base) ||
check_region((cs->hw.hfcsx.base), 2)) {
printk(KERN_WARNING
- "HiSax: HFC-SX io-base 0x%x already in use\n",
+ "HiSax: HFC-SX io-base %#lx already in use\n",
cs->hw.hfcsx.base);
return(0);
} else {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)