Re: [PATCH] ASoC: wm8955: Fix a typo in 'wm8995_pll_factors()' function name

2019-07-24 Thread Charles Keepax
On Wed, Jul 24, 2019 at 07:26:32AM +0200, Christophe JAILLET wrote: > This should be 'wm8955_pll_factors()' instead. > Fix it and use it. > > Signed-off-by: Christophe JAILLET > --- Acked-by: Charles Keepax Thanks, Charles

[PATCH] ASoC: wm8955: Fix a typo in 'wm8995_pll_factors()' function name

2019-07-23 Thread Christophe JAILLET
This should be 'wm8955_pll_factors()' instead. Fix it and use it. Signed-off-by: Christophe JAILLET --- sound/soc/codecs/wm8955.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/wm8955.c b/sound/soc/codecs/wm8955.c index cd204f79647d..ec82a8fafdf6 100644