patch-2.3.99-pre9 linux/include/asm-alpha/ide.h

Next file: linux/include/asm-arm/arch-ebsa285/irq.h
Previous file: linux/fs/vfat/namei.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre8/linux/include/asm-alpha/ide.h linux/include/asm-alpha/ide.h
@@ -74,7 +74,8 @@
 	int index;
 
 	for (index = 0; index < MAX_HWIFS; index++) {
-		ide_init_hwif_ports(&hw, ide_default_io_base(index), 0, 0);
+		memset(&hw, 0, sizeof(hw_regs_t));
+		ide_init_hwif_ports(&hw, ide_default_io_base(index), 0, NULL);
 		hw.irq = ide_default_irq(ide_default_io_base(index));
 		ide_register_hw(&hw, NULL);
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)