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 7e4b435f79f..b874c0efde2 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)  	BT_DBG("hu %p", hu); -	ll = kzalloc(sizeof(*ll), GFP_ATOMIC); +	ll = kzalloc(sizeof(*ll), GFP_KERNEL);  	if (!ll)  		return -ENOMEM;  |