Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119488
b: refs/heads/master
c: e540458
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hao authored and Linus Torvalds committed Dec 1, 2008
1 parent 4365bd2 commit a743b78
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 296fa7f6a3f3342d40df7713e74246198295654b
refs/heads/master: e5404586a499f7dce915456e85ff94b2df7a3b1c
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ static int usb_console_setup(struct console *co, char *options)
err("no more memory");
goto reset_open_count;
}
kref_init(&tty->kref);
termios = kzalloc(sizeof(*termios), GFP_KERNEL);
if (!termios) {
retval = -ENOMEM;
Expand Down

0 comments on commit a743b78

Please sign in to comment.