Loading sound/soc/soc-core.c +6 −0 Original line number Diff line number Diff line Loading @@ -916,6 +916,12 @@ static struct snd_soc_component *soc_find_component( { struct snd_soc_component *component; if (!of_node && !name) { pr_err("%s: Either of_node or name must be valid\n", __func__); return NULL; } lockdep_assert_held(&client_mutex); list_for_each_entry(component, &component_list, list) { Loading Loading
sound/soc/soc-core.c +6 −0 Original line number Diff line number Diff line Loading @@ -916,6 +916,12 @@ static struct snd_soc_component *soc_find_component( { struct snd_soc_component *component; if (!of_node && !name) { pr_err("%s: Either of_node or name must be valid\n", __func__); return NULL; } lockdep_assert_held(&client_mutex); list_for_each_entry(component, &component_list, list) { Loading