X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fbluetooth%2Fhci_h4.c;h=748329468d26ca6432f6e04dc2d2ab92afd62e4f;hb=7e61b3ff50f59f134054aaf43096c761fafecf0c;hp=2fcd8b387d694b74130956fe836b5c211dbee20a;hpb=e6625fa48e6580a74b7e700efd7e6463e282810b;p=mv-sheeva.git diff --git a/drivers/bluetooth/hci_h4.c b/drivers/bluetooth/hci_h4.c index 2fcd8b387d6..748329468d2 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) BT_DBG("hu %p", hu); - h4 = kzalloc(sizeof(*h4), GFP_ATOMIC); + h4 = kzalloc(sizeof(*h4), GFP_KERNEL); if (!h4) return -ENOMEM;