Skip to content

Commit

Permalink
[SCSI] ipr: Generic adapter error cleaup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
brking@us.ibm.com authored and James Bottomley committed Nov 6, 2005
1 parent fa15b1f commit 6837c2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/scsi/ipr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit 6837c2b

Please sign in to comment.