]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/bluetooth/hci_h4.c
Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubi
[mv-sheeva.git] / drivers / bluetooth / hci_h4.c
index 2fcd8b387d694b74130956fe836b5c211dbee20a..748329468d26ca6432f6e04dc2d2ab92afd62e4f 100644 (file)
@@ -69,7 +69,7 @@ static int h4_open(struct hci_uart *hu)
 
        BT_DBG("hu %p", hu);
 
-       h4 = kzalloc(sizeof(*h4), GFP_ATOMIC);
+       h4 = kzalloc(sizeof(*h4), GFP_KERNEL);
        if (!h4)
                return -ENOMEM;