Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290847
b: refs/heads/master
c: f5fd5ba
h: refs/heads/master
i:
  290845: 6030226
  290843: 765ae58
  290839: 9644ea0
  290831: 2f764f8
  290815: ef80cab
v: v3
  • Loading branch information
David Herrmann authored and Johan Hedberg committed Feb 13, 2012
1 parent 3c5a36c commit 092cb0a
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: c063af346d89be16e38385e55e5630070d6fd512
refs/heads/master: f5fd5baee39fe941bd73973c63990d153184e3a1
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/hci_ath.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static int ath_open(struct hci_uart *hu)

BT_DBG("hu %p", hu);

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

Expand Down

0 comments on commit 092cb0a

Please sign in to comment.