Loading net/bluetooth/mgmt.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
net/bluetooth/mgmt.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading