ASoC: SPEAr spdif_{in,out}: fix fallout of previous cleanup
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 12 Jun 2013 20:18:01 +0000 (22:18 +0200)
committerMark Brown <broonie@linaro.org>
Thu, 13 Jun 2013 09:25:52 +0000 (10:25 +0100)
commitd8f4e17fdd4f5e6fe6ef07496296fa88e150beda
treed4c97d192e8961d66d94722ddb4f14e8d45e760e
parente58070ee4fdf797c47cb296992ce8db3df715eca
ASoC: SPEAr spdif_{in,out}: fix fallout of previous cleanup

The patch that resulted in

bfcc74e (ASoC: SPEAr spdif_{in,out}: use devm for clk and a few
more cleanups)

was broken and applied on a newer tree than it was created for. So
bfcc74e introduced unbalanced clk handling, two warnings about unused
variables and passed 3 arguments to a function only taking 2. This
commit fixes that.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/spear/spdif_in.c
sound/soc/spear/spdif_out.c