[SCSI] remove cmd->serial_number litter
[deliverable/linux.git] / drivers / scsi / qla1280.c
index 5dec684bf0103d5cb9fd244d5b3a706ab1109720..d838205ab1691c7290e5f9f65f77b7d0bd86c9db 100644 (file)
@@ -78,7 +78,7 @@
        - Clean up vchan handling
     Rev  3.23.33 July 3, 2003, Jes Sorensen
        - Don't define register access macros before define determining MMIO.
-         This just happend to work out on ia64 but not elsewhere.
+         This just happened to work out on ia64 but not elsewhere.
        - Don't try and read from the card while it is in reset as
          it won't respond and causes an MCA
     Rev  3.23.32 June 23, 2003, Jes Sorensen
@@ -4066,7 +4066,7 @@ __qla1280_print_scsi_cmd(struct scsi_cmnd *cmd)
           } */
        printk("  tag=%d, transfersize=0x%x \n",
               cmd->tag, cmd->transfersize);
-       printk("  Pid=%li, SP=0x%p\n", cmd->serial_number, CMD_SP(cmd));
+       printk("  SP=0x%p\n", CMD_SP(cmd));
        printk(" underflow size = 0x%x, direction=0x%x\n",
               cmd->underflow, cmd->sc_data_direction);
 }
This page took 0.028556 seconds and 5 git commands to generate.