Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322015
b: refs/heads/master
c: f9432c5
h: refs/heads/master
i:
  322013: 7888132
  322011: 3d0a93d
  322007: 62cf24b
  321999: 61f00ac
  321983: a97139e
v: v3
  • Loading branch information
Mathias Krause authored and David S. Miller committed Aug 16, 2012
1 parent 9858604 commit 762fadc
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: 9ad2de43f1aee7e7274a4e0d41465489299e344b
refs/heads/master: f9432c5ec8b1e9a09b9b0e5569e3c73db8de432a
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/rfcomm/tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ static int rfcomm_get_dev_list(void __user *arg)

size = sizeof(*dl) + dev_num * sizeof(*di);

dl = kmalloc(size, GFP_KERNEL);
dl = kzalloc(size, GFP_KERNEL);
if (!dl)
return -ENOMEM;

Expand Down

0 comments on commit 762fadc

Please sign in to comment.