Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354274
b: refs/heads/master
c: b360cb9
h: refs/heads/master
v: v3
  • Loading branch information
Rupesh Gujare authored and Greg Kroah-Hartman committed Jan 30, 2013
1 parent 4d35dca commit 08e32df
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: 93eff83ff1640bef8062568687b5e0e41a0d4c42
refs/heads/master: b360cb9726ce04480840e279150a907c21837334
2 changes: 1 addition & 1 deletion trunk/drivers/staging/ozwpan/ozhcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ int oz_hcd_heartbeat(void *hport)
list_for_each(e, &port->isoc_in_ep) {
struct oz_endpoint *ep = ep_from_link(e);
if (ep->flags & OZ_F_EP_BUFFERING) {
if (ep->buffered_units * OZ_IN_BUFFERING_UNITS) {
if (ep->buffered_units >= OZ_IN_BUFFERING_UNITS) {
ep->flags &= ~OZ_F_EP_BUFFERING;
ep->credit = 0;
oz_event_log(OZ_EVT_EP_CREDIT,
Expand Down

0 comments on commit 08e32df

Please sign in to comment.