]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: rsnd: drop useles self-assignments
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 20 Feb 2017 20:58:34 +0000 (21:58 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 21 Feb 2017 17:51:23 +0000 (09:51 -0800)
commit34157f7bec8276b4296cf2ec172fc13385ac8af7
treecd6d26f52fdbea371978c16c8861fed3c76452d8
parent826e83de58e3bb243b154380837c6506a0575395
ASoC: rsnd: drop useles self-assignments

Coverity reported (CID 1397992) this self-assignment. I think the code
stays readable even with the assignments removed.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c