|
@@ -355,7 +355,7 @@ static inline void scsi_eh_prt_fail_stats(struct Scsi_Host *shost,
|
|
|
|
|
|
if (cmd_cancel || cmd_failed) {
|
|
|
SCSI_LOG_ERROR_RECOVERY(3,
|
|
|
- sdev_printk(KERN_INFO, sdev,
|
|
|
+ shost_printk(KERN_INFO, shost,
|
|
|
"%s: cmds failed: %d, cancel: %d\n",
|
|
|
__func__, cmd_failed,
|
|
|
cmd_cancel));
|