From: Uwe Kleine-König Date: Wed, 12 Jun 2013 20:18:01 +0000 (+0200) Subject: ASoC: SPEAr spdif_{in,out}: fix fallout of previous cleanup X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~15^2~3^2~24^2~7^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8f4e17fdd4f5e6fe6ef07496296fa88e150beda;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed