summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorbrking@us.ibm.com <brking@us.ibm.com>2005-11-01 17:00:34 -0600
committerJames Bottomley <jejb@mulgrave.(none)>2005-11-06 13:00:55 -0600
commit6837c2bfda46887badf93ff67ace578877071984 (patch)
tree90b16e116c5e14417f631d5b8d58b2aeea632640 /drivers
parentfa15b1f6be4764bfeb29b0cf74442ea6dbb2ec9d (diff)
downloadlinux-0-day-6837c2bfda46887badf93ff67ace578877071984.tar.gz
linux-0-day-6837c2bfda46887badf93ff67ace578877071984.tar.xz
[SCSI] ipr: Generic adapter error cleaup
The generic ipr adapter error log currently logs 2 lines of useless data. Delete these lines. Signed-off-by: Brian King <brking@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/ipr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c
index 75f1b6247e198..aa6e14b5ebb24 100644
--- a/drivers/scsi/ipr.c
+++ b/drivers/scsi/ipr.c
@@ -1061,9 +1061,6 @@ static void ipr_log_generic_error(struct ipr_ioa_cfg *ioa_cfg,
if (ioa_data_len == 0)
return;
- ipr_err("IOA Error Data:\n");
- ipr_err("Offset 0 1 2 3 4 5 6 7 8 9 A B C D E F\n");
-
for (i = 0; i < ioa_data_len / 4; i += 4) {
ipr_err("%08X: %08X %08X %08X %08X\n", i*4,
be32_to_cpu(hostrcb->hcam.u.raw.data[i]),