diff options
author | Hannes Reinecke <hare@suse.de> | 2014-10-24 08:26:58 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-12 05:16:04 -0500 |
commit | 1fa6b5fbba8c7d4d0cbc428efc4838b813046420 (patch) | |
tree | 9a5b12b11f97e27137fba560cf83540a70a9938b /drivers/scsi/sun3_NCR5380.c | |
parent | a9a47bf58ac1d5525ae99922e055d8de87eeae78 (diff) |
scsi: Remove scsi_print_command when calling abort
Calling scsi_print_command should not be necessary during abort;
if the information is required one should enable scsi logging.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Robert Elliott <elliott@hp.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/sun3_NCR5380.c')
-rw-r--r-- | drivers/scsi/sun3_NCR5380.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/sun3_NCR5380.c b/drivers/scsi/sun3_NCR5380.c index 1a2367a1b1f2..3abd796b9893 100644 --- a/drivers/scsi/sun3_NCR5380.c +++ b/drivers/scsi/sun3_NCR5380.c | |||
@@ -2608,8 +2608,7 @@ static int NCR5380_abort(struct scsi_cmnd *cmd) | |||
2608 | struct scsi_cmnd *tmp, **prev; | 2608 | struct scsi_cmnd *tmp, **prev; |
2609 | unsigned long flags; | 2609 | unsigned long flags; |
2610 | 2610 | ||
2611 | printk(KERN_NOTICE "scsi%d: aborting command\n", HOSTNO); | 2611 | scmd_printk(KERN_NOTICE, cmd, "aborting command\n"); |
2612 | scsi_print_command(cmd); | ||
2613 | 2612 | ||
2614 | NCR5380_print_status (instance); | 2613 | NCR5380_print_status (instance); |
2615 | 2614 | ||