Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314611
b: refs/heads/master
c: a5c96b5
h: refs/heads/master
i:
  314609: d3ce48e
  314607: d2a22ab
v: v3
  • Loading branch information
Kim Lilliestierna XX authored and David S. Miller committed Jun 25, 2012
1 parent b9dd9ab commit daafd24
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: 4e7bb59d49fb00d4cf13484386d0400783f2c826
refs/heads/master: a5c96b518c373fba35a8dc2e4e5fead24aeefb1c
2 changes: 1 addition & 1 deletion trunk/drivers/net/caif/caif_hsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static bool cfhsi_can_send_aggregate(struct cfhsi *cfhsi)
{
int i;

if (cfhsi->aggregation_timeout < 0)
if (cfhsi->aggregation_timeout == 0)
return true;

for (i = 0; i < CFHSI_PRIO_BEBK; ++i) {
Expand Down

0 comments on commit daafd24

Please sign in to comment.