Bluetooth: hci-uart-ath: Use GFP_ATOMIC in open()
[linux-2.6-microblaze.git] / drivers / bluetooth / hci_ath.c
index 4093935..12172a6 100644 (file)
@@ -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;