Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-2.6-microblaze.git] / drivers / bluetooth / bluecard_cs.c
index 82437a6..cc6e562 100644 (file)
@@ -565,7 +565,7 @@ static int bluecard_hci_set_baud_rate(struct hci_dev *hdev, int baud)
        /* Ericsson baud rate command */
        unsigned char cmd[] = { HCI_COMMAND_PKT, 0x09, 0xfc, 0x01, 0x03 };
 
-       skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);
+       skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_KERNEL);
        if (!skb) {
                BT_ERR("Can't allocate mem for new packet");
                return -1;