aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index d42c07d2a817..727ae15f9c36 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -984,7 +984,7 @@ static struct pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode,
984{ 984{
985 struct pending_cmd *cmd; 985 struct pending_cmd *cmd;
986 986
987 cmd = kmalloc(sizeof(*cmd), GFP_KERNEL); 987 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL);
988 if (!cmd) 988 if (!cmd)
989 return NULL; 989 return NULL;
990 990