Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213834
b: refs/heads/master
c: 00093fa
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Aug 18, 2010
1 parent 809c8a9 commit 1b91a25
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: 666be4298bd8f9508b32833b17a686dde630f2a5
refs/heads/master: 00093fab980d0a8950a64bdf9e346d0497b9a7e4
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ static struct qdisc_size_table *qdisc_get_stab(struct nlattr *opt)
tsize = nla_len(tb[TCA_STAB_DATA]) / sizeof(u16);
}

if (!s || tsize != s->tsize || (!tab && tsize > 0))
if (tsize != s->tsize || (!tab && tsize > 0))
return ERR_PTR(-EINVAL);

spin_lock(&qdisc_stab_lock);
Expand Down

0 comments on commit 1b91a25

Please sign in to comment.