ASoC: codec: wm8960: Stop when a matching PLL freq is found
authorDaniel Baluta <daniel.baluta@nxp.com>
Thu, 6 Apr 2017 11:51:53 +0000 (14:51 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 6 Apr 2017 18:26:41 +0000 (19:26 +0100)
commit303e8954af8daa087e4f42788672d280337071ab
treed5146ac2fd1d43ad808c562e11b588c97d6cc7b7
parent84fdc00d519ffdf8ae6e34d7841bcc6f38928953
ASoC: codec: wm8960: Stop when a matching PLL freq is found

When a matching PLL freq is found, searching continues even this is
not necessary. The problem was introduced with the following refactoring
commit 84fdc00d519ffd ("ASoC: codec: wm9860: Refactor PLL out freq search)

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8960.c