Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8326a8d0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss_utils: Zero out cnss_utils priv structure during initalization"

parents 21d5843b 99131f0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@ static int __init cnss_utils_init(void)
{
	struct cnss_utils_priv *priv = NULL;

	priv = kmalloc(sizeof(*priv), GFP_KERNEL);
	priv = kzalloc(sizeof(*priv), GFP_KERNEL);
	if (!priv)
		return -ENOMEM;