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

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

Merge "ASoC: mdm9607: Fix to avoid NULL pointer dereference"

parents 90ec525f dbd580d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,8 +247,8 @@ static int mdm_mi2s_clk_ctl(struct snd_soc_pcm_runtime *rtd, bool enable,
		 lpass_clk->clk_set_mode);

	kfree(lpass_clk);
done:
	clk_users = atomic_read(&pdata->prim_clk_usrs);
done:
	return ret;
}