ASoC: fsl-asoc-card: put ASRC OF node in case of unknown device
authorMaciej S. Szmigiero <mail@maciej.szmigiero.name>
Mon, 31 Aug 2015 15:07:12 +0000 (17:07 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 31 Aug 2015 15:08:50 +0000 (16:08 +0100)
commit6bd3c6f75e0f9baddbf1196a7e3fceabb50c7e3c
tree6bc56766bc7c9074942ed5bc12872eaef14ff6a1
parent50e0ee01382b8e08289d3db209738c5856fd25cf
ASoC: fsl-asoc-card: put ASRC OF node in case of unknown device

In case of unknown DT compatible device the ASRC OF node
possibly acquired earlier by of_parse_phandle() has
to be put before returning from probe method.

Signed-off-by: Maciej Szmigiero <mail@maciej.szmigiero.name>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl-asoc-card.c