Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135352
b: refs/heads/master
c: 1f1900f
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Mar 21, 2009
1 parent 33c7d20 commit f10c79b
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: a0bffffc148cd8e75a48a89ad2ddb74e4081a20a
refs/heads/master: 1f1900f935e810d01c716fa2aaf8c9d25caa4151
2 changes: 1 addition & 1 deletion trunk/net/atm/lec.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ static int lec_atm_send(struct atm_vcc *vcc, struct sk_buff *skb)
priv->lane2_ops = NULL;
if (priv->lane_version > 1)
priv->lane2_ops = &lane2_ops;
if (dev->change_mtu(dev, mesg->content.config.mtu))
if (dev_set_mtu(dev, mesg->content.config.mtu))
printk("%s: change_mtu to %d failed\n", dev->name,
mesg->content.config.mtu);
priv->is_proxy = mesg->content.config.is_proxy;
Expand Down

0 comments on commit f10c79b

Please sign in to comment.