Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265468
b: refs/heads/master
c: 5ba3ee4
h: refs/heads/master
v: v3
  • Loading branch information
Raja Mani authored and Kalle Valo committed Aug 9, 2011
1 parent e448493 commit d63b97d
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: 2588f554f0adaba0c834d238596335cb5606e33a
refs/heads/master: 5ba3ee48f2e913037520486f7492c88c517bf387
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/htc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ static void htc_proc_cred_rpt(struct htc_target *target,
endpoint->ep_st.cred_rpt_from_other += 1;
}

if (ENDPOINT_0 == rpt->eid)
if (rpt->eid == ENDPOINT_0)
/* always give endpoint 0 credits back */
endpoint->cred_dist.credits += rpt->credits;
else {
Expand Down

0 comments on commit d63b97d

Please sign in to comment.