Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253878
b: refs/heads/master
c: d0fd64c
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Shved authored and David S. Miller committed Jun 17, 2011
1 parent f2b90fa commit ee85a16
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1eddceadb0d6441cd39b2c38705a8f5fec86e770
refs/heads/master: d0fd64c1de437bdf91c32d4f84a53fa4b2150348
4 changes: 3 additions & 1 deletion trunk/drivers/net/wan/farsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -2203,8 +2203,10 @@ fst_open(struct net_device *dev)

if (port->mode != FST_RAW) {
err = hdlc_open(dev);
if (err)
if (err) {
module_put(THIS_MODULE);
return err;
}
}

fst_openport(port);
Expand Down

0 comments on commit ee85a16

Please sign in to comment.