patch-2.4.1 linux/drivers/net/hamradio/scc.c
Next file: linux/drivers/net/myri_sbus.c
Previous file: linux/drivers/net/hamradio/mkiss.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Jan 22 13:32:10 2001
- Orig file:
v2.4.0/linux/drivers/net/hamradio/scc.c
- Orig date:
Thu Jan 4 12:50:12 2001
diff -u --recursive --new-file v2.4.0/linux/drivers/net/hamradio/scc.c linux/drivers/net/hamradio/scc.c
@@ -136,7 +136,7 @@
/* ----------------------------------------------------------------------- */
-#undef SCC_LDELAY 1 /* slow it even a bit more down */
+#undef SCC_LDELAY /* slow it even a bit more down */
#undef SCC_DONT_CHECK /* don't look if the SCCs you specified are available */
#define SCC_MAXCHIPS 4 /* number of max. supported chips */
@@ -1776,7 +1776,7 @@
if (hwcfg.vector_latch) {
if (!request_region(Vector_Latch, 1, "scc vector latch"))
- printk(KERN_WARNING "z8530drv: warning, cannot reserve vector latch port 0x%x\n, disabled.", hwcfg.vector_latch);
+ printk(KERN_WARNING "z8530drv: warning, cannot reserve vector latch port 0x%x\n, disabled.", (unsigned int)hwcfg.vector_latch);
else
Vector_Latch = hwcfg.vector_latch;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)