X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fbluetooth%2Fhci_bcsp.c;h=661a8dc4d2f8b346e390053ee45d63cb7249346e;hb=46479e698530b8197d601a23317b7c7654195338;hp=a767d4de45a4177d7fbc213f6f5edbcb42ae21c2;hpb=ca994a36f585432458ead9133fcfe05440edbb7b;p=mv-sheeva.git diff --git a/drivers/bluetooth/hci_bcsp.c b/drivers/bluetooth/hci_bcsp.c index a767d4de45a..661a8dc4d2f 100644 --- a/drivers/bluetooth/hci_bcsp.c +++ b/drivers/bluetooth/hci_bcsp.c @@ -692,7 +692,7 @@ static int bcsp_open(struct hci_uart *hu) BT_DBG("hu %p", hu); - bcsp = kzalloc(sizeof(*bcsp), GFP_ATOMIC); + bcsp = kzalloc(sizeof(*bcsp), GFP_KERNEL); if (!bcsp) return -ENOMEM;