diff options
-rw-r--r-- | drivers/bluetooth/hci_ll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_ll.c b/drivers/bluetooth/hci_ll.c index 7e4b435f79f0..b874c0efde24 100644 --- a/drivers/bluetooth/hci_ll.c +++ b/drivers/bluetooth/hci_ll.c | |||
@@ -125,7 +125,7 @@ static int ll_open(struct hci_uart *hu) | |||
125 | 125 | ||
126 | BT_DBG("hu %p", hu); | 126 | BT_DBG("hu %p", hu); |
127 | 127 | ||
128 | ll = kzalloc(sizeof(*ll), GFP_ATOMIC); | 128 | ll = kzalloc(sizeof(*ll), GFP_KERNEL); |
129 | if (!ll) | 129 | if (!ll) |
130 | return -ENOMEM; | 130 | return -ENOMEM; |
131 | 131 | ||