Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223766
b: refs/heads/master
c: b9556f9
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Dec 31, 2010
1 parent da2c835 commit 872df9e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f4d5900a99dbc354ef1ba384d445ff80ae4d77b4
refs/heads/master: b9556f9a1abdc56a179ac7ba6053469373b6de0f
5 changes: 4 additions & 1 deletion trunk/drivers/atm/atmtcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,10 @@ static int atmtcp_attach(struct atm_vcc *vcc,int itf)
atm_dev_put(dev);
return -EMEDIUMTYPE;
}
if (PRIV(dev)->vcc) return -EBUSY;
if (PRIV(dev)->vcc) {
atm_dev_put(dev);
return -EBUSY;
}
}
else {
int error;
Expand Down

0 comments on commit 872df9e

Please sign in to comment.