patch-2.4.11-dontuse linux/drivers/ide/ide.c

Next file: linux/drivers/ide/ide_modes.h
Previous file: linux/drivers/ide/ide-pmac.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.10/linux/drivers/ide/ide.c linux/drivers/ide/ide.c
@@ -1146,7 +1146,9 @@
 		byte sel;
 #ifdef DEBUG
 		printk("%s: DRIVE_TASK_CMD data=x%02x cmd=0x%02x fr=0x%02x ns=0x%02x sc=0x%02x lcyl=0x%02x hcyl=0x%02x sel=0x%02x\n",
-			drive->name, args[0], args[1], args[2], args[3], args[4], args[5], args[6]);
+			drive->name,
+			args[0], args[1], args[2], args[3],
+			args[4], args[5], args[6], args[7]);
 #endif
 		OUT_BYTE(args[1], IDE_FEATURE_REG);
 		OUT_BYTE(args[3], IDE_SECTOR_REG);

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