Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376114
b: refs/heads/master
c: ff0102e
h: refs/heads/master
v: v3
  • Loading branch information
Chen Gang authored and David S. Miller committed May 19, 2013
1 parent 621655a commit 5015e09
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: 6b21e1b77d1a3d58ebfd513264c885695e8a0ba5
refs/heads/master: ff0102ee104847023c36357e2b9f133f3f40d211
2 changes: 1 addition & 1 deletion trunk/net/irda/irlap_frame.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ static void irlap_recv_discovery_xid_cmd(struct irlap_cb *self,
/*
* We now have some discovery info to deliver!
*/
discovery = kmalloc(sizeof(discovery_t), GFP_ATOMIC);
discovery = kzalloc(sizeof(discovery_t), GFP_ATOMIC);
if (!discovery) {
IRDA_WARNING("%s: unable to malloc!\n", __func__);
return;
Expand Down

0 comments on commit 5015e09

Please sign in to comment.