scsi_debug: Fix off-by-one bug when unmapping region
[pandora-kernel.git] / drivers / scsi / ncr53c8xx.c
index 835d8d6..4b3b475 100644 (file)
@@ -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);