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

Commit 38917ab0 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 d7d40c06 95a79944
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;