Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261727
b: refs/heads/master
c: 688fd36
h: refs/heads/master
i:
  261725: 647bdaf
  261723: 7514f95
  261719: cabb06d
  261711: af70a55
  261695: 96293f8
v: v3
  • Loading branch information
Hillf Danton authored and James Bottomley committed Jul 28, 2011
1 parent d32b717 commit 1152add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 302ff541d981e58cd455fdbd6a90bd74d0f2109b
refs/heads/master: 688fd36427050a87b19f6830c882ee77bb851ecf
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libfc/fc_fcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ static void fc_fcp_recv_data(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
stats = per_cpu_ptr(lport->dev_stats, get_cpu());
stats->ErrorFrames++;
/* per cpu count, not total count, but OK for limit */
if (stats->InvalidCRCCount++ < 5)
if (stats->InvalidCRCCount++ < FC_MAX_ERROR_CNT)
printk(KERN_WARNING "libfc: CRC error on data "
"frame for port (%6.6x)\n",
lport->port_id);
Expand Down

0 comments on commit 1152add

Please sign in to comment.