Re: [PATCH 2/2] ASoC: cs53l30: Check return value of regcache_sync()

2016-05-31 Thread Handrigan, Paul
On 5/31/16, 6:06 PM, "Nicolin Chen" wrote: >Regcache_sync() might fail. So this patch adds a return value Check for >it. > >Signed-off-by: Nicolin Chen >--- > sound/soc/codecs/cs53l30.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/sound/soc/codecs/cs53l30.c b/sou

[PATCH 2/2] ASoC: cs53l30: Check return value of regcache_sync()

2016-05-31 Thread Nicolin Chen
Regcache_sync() might fail. So this patch adds a return value Check for it. Signed-off-by: Nicolin Chen --- sound/soc/codecs/cs53l30.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/cs53l30.c b/sound/soc/codecs/cs53l30.c index 9aff449..ac90dd7 100644 --