Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213791
b: refs/heads/master
c: 6f74dbb
h: refs/heads/master
i:
  213789: 548cde3
  213787: 73f3420
  213783: ec7111c
  213775: 4fedb02
  213759: 63195d2
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Aug 17, 2010
1 parent 0df934d commit f4b46c9
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: 022484c17253aea84aa2603068ea065ca59bb5e5
refs/heads/master: 6f74dbbc29df6f53bc0deaa8e5a6ff81a4f91534
2 changes: 1 addition & 1 deletion trunk/drivers/atm/iphase.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static u16 get_desc (IADEV *dev, struct ia_vcc *iavcc) {
while (!desc_num || (dev->desc_tbl[desc_num -1]).timestamp) {
dev->ffL.tcq_rd += 2;
if (dev->ffL.tcq_rd > dev->ffL.tcq_ed)
dev->ffL.tcq_rd = dev->ffL.tcq_st;
dev->ffL.tcq_rd = dev->ffL.tcq_st;
if (dev->ffL.tcq_rd == dev->host_tcq_wr)
return 0xFFFF;
desc_num = *(u_short *)(dev->seg_ram + dev->ffL.tcq_rd);
Expand Down

0 comments on commit f4b46c9

Please sign in to comment.