patch-2.1.68 linux/drivers/block/floppy.c

Next file: linux/drivers/block/ide-disk.c
Previous file: linux/drivers/block/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.67/linux/drivers/block/floppy.c linux/drivers/block/floppy.c
@@ -4065,7 +4065,7 @@
 		if (FDCS->address != -1){
 			if (check_region(FDCS->address, 6) < 0 ||
 			    check_region(FDCS->address+7, 1) < 0) {
-				DPRINT("Floppy io-port 0x%04x in use\n", FDCS->address);
+				DPRINT("Floppy io-port 0x%04lx in use\n", FDCS->address);
 				fd_free_irq();
 				fd_free_dma();
 				while(--fdc >= 0) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov