Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[sfrench/cifs-2.6.git] / drivers / bluetooth / hci_bcsp.c
index a767d4de45a4177d7fbc213f6f5edbcb42ae21c2..661a8dc4d2f8b346e390053ee45d63cb7249346e 100644 (file)
@@ -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;