Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290846
b: refs/heads/master
c: c063af3
h: refs/heads/master
v: v3
  • Loading branch information
David Herrmann authored and Johan Hedberg committed Feb 13, 2012
1 parent 6030226 commit 3c5a36c
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: fdcd1661a6b22e3ac429759627d2b4d68f77d64a
refs/heads/master: c063af346d89be16e38385e55e5630070d6fd512
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/hci_bcsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ static int bcsp_open(struct hci_uart *hu)

BT_DBG("hu %p", hu);

bcsp = kzalloc(sizeof(*bcsp), GFP_ATOMIC);
bcsp = kzalloc(sizeof(*bcsp), GFP_KERNEL);
if (!bcsp)
return -ENOMEM;

Expand Down

0 comments on commit 3c5a36c

Please sign in to comment.