diff options
Diffstat (limited to 'drivers/scsi/libsas/sas_scsi_host.c')
-rw-r--r-- | drivers/scsi/libsas/sas_scsi_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libsas/sas_scsi_host.c b/drivers/scsi/libsas/sas_scsi_host.c index 9c0422546331..f869fba86807 100644 --- a/drivers/scsi/libsas/sas_scsi_host.c +++ b/drivers/scsi/libsas/sas_scsi_host.c | |||
@@ -467,7 +467,7 @@ int sas_eh_bus_reset_handler(struct scsi_cmnd *cmd) | |||
467 | res = sas_phy_reset(phy, 1); | 467 | res = sas_phy_reset(phy, 1); |
468 | if (res) | 468 | if (res) |
469 | SAS_DPRINTK("Bus reset of %s failed 0x%x\n", | 469 | SAS_DPRINTK("Bus reset of %s failed 0x%x\n", |
470 | phy->dev.kobj.k_name, | 470 | kobject_name(&phy->dev.kobj), |
471 | res); | 471 | res); |
472 | if (res == TMF_RESP_FUNC_SUCC || res == TMF_RESP_FUNC_COMPLETE) | 472 | if (res == TMF_RESP_FUNC_SUCC || res == TMF_RESP_FUNC_COMPLETE) |
473 | return SUCCESS; | 473 | return SUCCESS; |