summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ipr.c
diff options
context:
space:
mode:
authorbrking@us.ibm.com2005-05-03 02:50:59 +0200
committerJames Bottomley2005-05-20 19:53:44 +0200
commit1b69f645f224d9bab7fd5988aca818c9445f11d0 (patch)
tree4c1c4ea04b63a95b529fd112dc0a7eed6e65fe66 /drivers/scsi/ipr.c
parent[SCSI] qla1280.c - fix result for device Busy and Queue Full (diff)
downloadkernel-qcow2-linux-1b69f645f224d9bab7fd5988aca818c9445f11d0.tar.gz
kernel-qcow2-linux-1b69f645f224d9bab7fd5988aca818c9445f11d0.tar.xz
kernel-qcow2-linux-1b69f645f224d9bab7fd5988aca818c9445f11d0.zip
[SCSI] ipr: Array error logging fix
Bugme 4547. The following patch fixes a bug in ipr's error logging. Signed-off-by: Brian King <brking@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/ipr.c')
-rw-r--r--drivers/scsi/ipr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c
index 5441531c0d8e..4ba9e886346d 100644
--- a/drivers/scsi/ipr.c
+++ b/drivers/scsi/ipr.c
@@ -1053,7 +1053,7 @@ static void ipr_log_array_error(struct ipr_ioa_cfg *ioa_cfg,
array_entry->dev_res_addr.lun);
}
- if (array_entry->dev_res_addr.bus >= IPR_MAX_NUM_BUSES) {
+ if (array_entry->expected_dev_res_addr.bus >= IPR_MAX_NUM_BUSES) {
ipr_err("Expected Location: unknown\n");
} else {
ipr_err("Expected Location: %d:%d:%d:%d\n",