Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154043
b: refs/heads/master
c: 75be63b
h: refs/heads/master
i:
  154041: 2764d2c
  154039: b0a7c13
v: v3
  • Loading branch information
John Stoffel authored and James Bottomley committed Jun 21, 2009
1 parent 2c7424e commit cedd87c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 5e2fb917920c62c5ad260962471aeb578b52ac40
refs/heads/master: 75be63bcf73ebdd1fdc1d49f6bf2d1326a1ba7de
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/sym53c8xx_2/sym_hipd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2321,8 +2321,9 @@ static void sym_int_par (struct sym_hcb *np, u_short sist)
int phase = cmd & 7;
struct sym_ccb *cp = sym_ccb_from_dsa(np, dsa);

printf("%s: SCSI parity error detected: SCR1=%d DBC=%x SBCL=%x\n",
sym_name(np), hsts, dbc, sbcl);
if (printk_ratelimit())
printf("%s: SCSI parity error detected: SCR1=%d DBC=%x SBCL=%x\n",
sym_name(np), hsts, dbc, sbcl);

/*
* Check that the chip is connected to the SCSI BUS.
Expand Down

0 comments on commit cedd87c

Please sign in to comment.