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)
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>

No differences found