aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_h4.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/hci_h4.c')
-rw-r--r--drivers/bluetooth/hci_h4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_h4.c b/drivers/bluetooth/hci_h4.c
index 2fcd8b387d69..748329468d26 100644
--- a/drivers/bluetooth/hci_h4.c
+++ b/drivers/bluetooth/hci_h4.c
@@ -69,7 +69,7 @@ static int h4_open(struct hci_uart *hu)
69 69
70 BT_DBG("hu %p", hu); 70 BT_DBG("hu %p", hu);
71 71
72 h4 = kzalloc(sizeof(*h4), GFP_ATOMIC); 72 h4 = kzalloc(sizeof(*h4), GFP_KERNEL);
73 if (!h4) 73 if (!h4)
74 return -ENOMEM; 74 return -ENOMEM;
75 75