ASoC: cs4271: Remove unnecessary additional variable definition
commit177e27133ae9c9f5cbc306feaaa53d8fbc75e45f
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Tue, 23 May 2017 15:03:39 +0000 (23 16:03 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 24 May 2017 17:12:36 +0000 (24 18:12 +0100)
tree02246ae3dab194e999f8a3e79f98f6ec703ad621
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6
ASoC: cs4271: Remove unnecessary additional variable definition

The function already defines a ret variable at the top and makes
no particular use of the shadowed definition, as such remove the
redundant definition.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Paul Handrigan <Paul.Handrigan@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs4271.c