diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index c32238163b72aa06a84f5091ab305edcf72a12b3..c304688252b81c243e9bbc59e84c1dd70740291d 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -1581,7 +1581,7 @@ int mgmt_control(struct sock *sk, struct msghdr *msg, size_t msglen)
 	if (msglen < sizeof(*hdr))
 		return -EINVAL;
 
-	buf = kmalloc(msglen, GFP_ATOMIC);
+	buf = kmalloc(msglen, GFP_KERNEL);
 	if (!buf)
 		return -ENOMEM;