Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318914
b: refs/heads/master
c: c66b9b7
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and David S. Miller committed Jul 24, 2012
1 parent 83ed2cd commit 8405092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3324d024ba4bebb74a78d84b925b59df73a92fbd
refs/heads/master: c66b9b7d365444b433307ebb18734757cb668a02
3 changes: 3 additions & 0 deletions trunk/drivers/net/caif/caif_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ static int ldisc_open(struct tty_struct *tty)

sprintf(name, "cf%s", tty->name);
dev = alloc_netdev(sizeof(*ser), name, caifdev_setup);
if (!dev)
return -ENOMEM;

ser = netdev_priv(dev);
ser->tty = tty_kref_get(tty);
ser->dev = dev;
Expand Down

0 comments on commit 8405092

Please sign in to comment.