Loading net/bluetooth/mgmt.c +1 −1 Original line number Diff line number Diff line Loading @@ -984,7 +984,7 @@ static struct pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode, { struct pending_cmd *cmd; cmd = kmalloc(sizeof(*cmd), GFP_KERNEL); cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); if (!cmd) return NULL; Loading Loading
net/bluetooth/mgmt.c +1 −1 Original line number Diff line number Diff line Loading @@ -984,7 +984,7 @@ static struct pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode, { struct pending_cmd *cmd; cmd = kmalloc(sizeof(*cmd), GFP_KERNEL); cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); if (!cmd) return NULL; Loading