[SCSI] remove cmd->serial_number litter
[deliverable/linux.git] / drivers / scsi / ncr53c8xx.c
index 46cc3825638d63fe50c6bd104214489b59c472ef..4b3b4755945c81565991f64265b18062d92cbc18 100644 (file)
@@ -2679,7 +2679,7 @@ static    struct script script0 __initdata = {
 }/*-------------------------< RESEL_TAG >-------------------*/,{
        /*
        **      Read IDENTIFY + SIMPLE + TAG using a single MOVE.
-       **      Agressive optimization, is'nt it?
+       **      Aggressive optimization, is'nt it?
        **      No need to test the SIMPLE TAG message, since the 
        **      driver only supports conformant devices for tags. ;-)
        */
@@ -8147,7 +8147,7 @@ static int ncr53c8xx_abort(struct scsi_cmnd *cmd)
        unsigned long flags;
        struct scsi_cmnd *done_list;
 
-       printk("ncr53c8xx_abort: command pid %lu\n", cmd->serial_number);
+       printk("ncr53c8xx_abort\n");
 
        NCR_LOCK_NCB(np, flags);
 
This page took 0.025062 seconds and 5 git commands to generate.