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/53c700.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/53c700.c')
-rw-r--r-- | drivers/scsi/53c700.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/scsi/53c700.c b/drivers/scsi/53c700.c index 179a24ec7561..474cc6dc98e2 100644 --- a/drivers/scsi/53c700.c +++ b/drivers/scsi/53c700.c | |||
@@ -1906,9 +1906,7 @@ NCR_700_abort(struct scsi_cmnd * SCp) | |||
1906 | { | 1906 | { |
1907 | struct NCR_700_command_slot *slot; | 1907 | struct NCR_700_command_slot *slot; |
1908 | 1908 | ||
1909 | scmd_printk(KERN_INFO, SCp, | 1909 | scmd_printk(KERN_INFO, SCp, "abort command\n"); |
1910 | "New error handler wants to abort command\n\t"); | ||
1911 | scsi_print_command(SCp); | ||
1912 | 1910 | ||
1913 | slot = (struct NCR_700_command_slot *)SCp->host_scribble; | 1911 | slot = (struct NCR_700_command_slot *)SCp->host_scribble; |
1914 | 1912 | ||