Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65322
b: refs/heads/master
c: bf1b803
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Oct 8, 2007
1 parent a95e376 commit 3767675
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: 891e6a931255238dddd08a7b306871240961a27f
refs/heads/master: bf1b803b01b00c3801e0aa373ba0305f8278e260
2 changes: 1 addition & 1 deletion trunk/net/sched/cls_u32.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ static int u32_set_parms(struct tcf_proto *tp, unsigned long base,

#ifdef CONFIG_NET_CLS_IND
if (tb[TCA_U32_INDEV-1]) {
int err = tcf_change_indev(tp, n->indev, tb[TCA_U32_INDEV-1]);
err = tcf_change_indev(tp, n->indev, tb[TCA_U32_INDEV-1]);
if (err < 0)
goto errout;
}
Expand Down

0 comments on commit 3767675

Please sign in to comment.