scsi: use shost argument in scsi_eh_prt_fail_stats
authorHannes Reinecke <hare@suse.de>
Fri, 24 Oct 2014 12:27:03 +0000 (14:27 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 12 Nov 2014 10:16:07 +0000 (11:16 +0100)
commita3a790dcb2f4dc1d8ebcaa4bf87773b9c6a13174
treedec92b3bd6f774ceba37b8170c676fea1c12c2ec
parenta222b1e2fe4299a01c86ea8ccafbf0a05aeaa5a1
scsi: use shost argument in scsi_eh_prt_fail_stats

The EH statistics are per host, so we should be using
shost_printk() here.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Suggested-by: Robert Elliott <elliott@hp.com>
Reviewed-by: Robert Elliott <elliott@hp.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/scsi_error.c