Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290899
b: refs/heads/master
c: 75d7735
h: refs/heads/master
i:
  290897: fc85837
  290895: 37c2fd3
v: v3
  • Loading branch information
Andre Guedes authored and Johan Hedberg committed Feb 13, 2012
1 parent 0fb98f4 commit a07ae45
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: cb601d7e65f497a2a172d65b2ef1d738ac6fe4f4
refs/heads/master: 75d7735c7a3ddc3842473219460285748d10db11
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/hci_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ struct hci_chan *hci_chan_create(struct hci_conn *conn)

BT_DBG("%s conn %p", hdev->name, conn);

chan = kzalloc(sizeof(struct hci_chan), GFP_ATOMIC);
chan = kzalloc(sizeof(struct hci_chan), GFP_KERNEL);
if (!chan)
return NULL;

Expand Down

0 comments on commit a07ae45

Please sign in to comment.