summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/NCR5380.c
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2014-10-24 14:26:58 +0200
committerChristoph Hellwig <hch@lst.de>2014-11-12 11:16:04 +0100
commit1fa6b5fbba8c7d4d0cbc428efc4838b813046420 (patch)
tree9a5b12b11f97e27137fba560cf83540a70a9938b /drivers/scsi/NCR5380.c
parenta9a47bf58ac1d5525ae99922e055d8de87eeae78 (diff)
downloadtalos-obmc-linux-1fa6b5fbba8c7d4d0cbc428efc4838b813046420.tar.gz
talos-obmc-linux-1fa6b5fbba8c7d4d0cbc428efc4838b813046420.zip
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/NCR5380.c')
-rw-r--r--drivers/scsi/NCR5380.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/NCR5380.c b/drivers/scsi/NCR5380.c
index 45da3c823322..50873bb6b7ee 100644
--- a/drivers/scsi/NCR5380.c
+++ b/drivers/scsi/NCR5380.c
@@ -2666,9 +2666,8 @@ static int NCR5380_abort(Scsi_Cmnd * cmd) {
struct Scsi_Host *instance = cmd->device->host;
struct NCR5380_hostdata *hostdata = (struct NCR5380_hostdata *) instance->hostdata;
Scsi_Cmnd *tmp, **prev;
-
- printk(KERN_WARNING "scsi%d : aborting command\n", instance->host_no);
- scsi_print_command(cmd);
+
+ scmd_printk(KERN_WARNING, cmd, "aborting command\n");
NCR5380_print_status(instance);
OpenPOWER on IntegriCloud