Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364858
b: refs/heads/master
c: 81f58c6
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Apr 17, 2013
1 parent 9523b14 commit 5533cf8
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: 2bef64b89ae315e7935067ce8db901783deaf857
refs/heads/master: 81f58c67b1d71b3a1a6c2bb077844249790807c8
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/omninet.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static int omninet_port_probe(struct usb_serial_port *port)
{
struct omninet_data *od;

od = kmalloc(sizeof(struct omninet_data), GFP_KERNEL);
od = kzalloc(sizeof(*od), GFP_KERNEL);
if (!od)
return -ENOMEM;

Expand Down

0 comments on commit 5533cf8

Please sign in to comment.