]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: rsnd: tidyup parameter assignment position
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 21 Jul 2015 00:03:35 +0000 (00:03 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 21 Jul 2015 10:39:42 +0000 (11:39 +0100)
commit48725e9cc841da395bfd74e7691bba91613d3517
tree3525ab806428d8364765ea8a60031acae2dd5a68
parent70fb10529f61c31c26397a02091177bedd23217d
ASoC: rsnd: tidyup parameter assignment position

84e95355602c("ASoC: rsnd: show debug message for SSI/SRC/DVC connection")
added debug message on rsnd_dai_connect(), but the relationship of
parameter check was absurdity. This patch tidyup it.
It is reported via Smatch/Dan

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c