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

Commit f2572d64 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: core: Fix possible NULL pointer dereference"

parents 807c2101 f0e3cc87
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3296,6 +3296,7 @@ EXPORT_SYMBOL_GPL(snd_soc_lookup_component);
 */
void snd_soc_card_change_online_state(struct snd_soc_card *soc_card, int online)
{
	if (soc_card && soc_card->snd_card)
		snd_card_change_online_state(soc_card->snd_card, online);
}
EXPORT_SYMBOL(snd_soc_card_change_online_state);