Loading sound/soc/soc-core.c +2 −0 Original line number Diff line number Diff line Loading @@ -4136,6 +4136,7 @@ int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, dev_err(card->dev, "Property '%s' index %d could not be read: %d\n", propname, 2 * i, ret); kfree(routes); return -EINVAL; } ret = of_property_read_string_index(np, propname, Loading @@ -4144,6 +4145,7 @@ int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, dev_err(card->dev, "Property '%s' index %d could not be read: %d\n", propname, (2 * i) + 1, ret); kfree(routes); return -EINVAL; } } Loading Loading
sound/soc/soc-core.c +2 −0 Original line number Diff line number Diff line Loading @@ -4136,6 +4136,7 @@ int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, dev_err(card->dev, "Property '%s' index %d could not be read: %d\n", propname, 2 * i, ret); kfree(routes); return -EINVAL; } ret = of_property_read_string_index(np, propname, Loading @@ -4144,6 +4145,7 @@ int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, dev_err(card->dev, "Property '%s' index %d could not be read: %d\n", propname, (2 * i) + 1, ret); kfree(routes); return -EINVAL; } } Loading