ASoC: rsnd: tidyup semantics of rsnd_ssi_record_error()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 26 Nov 2015 11:13:40 +0000 (11:13 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 27 Nov 2015 12:38:53 +0000 (12:38 +0000)
commit5342dff23263933060d0485cece864f36c0b5d32
treeea5eb25bb0442ae7bc74165a0b673ec4166fcd6c
parent8cc225f713a42eab098d51a4353998db979f0f8a
ASoC: rsnd: tidyup semantics of rsnd_ssi_record_error()

rsnd_ssi_record_error() should recorde error, but it clears error too.
this patch fixes up semantic of rsnd_ssi_record_error that it records
error but doesn't clear error.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/ssi.c