Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13921
b: refs/heads/master
c: 6837c2b
h: refs/heads/master
i:
  13919: f1ef370
v: v3
  • Loading branch information
brking@us.ibm.com authored and James Bottomley committed Nov 6, 2005
1 parent 8926fb8 commit c5fd6eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa15b1f6be4764bfeb29b0cf74442ea6dbb2ec9d
refs/heads/master: 6837c2bfda46887badf93ff67ace578877071984
3 changes: 0 additions & 3 deletions trunk/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 c5fd6eb

Please sign in to comment.