From: Stephen Warren Date: Tue, 12 Apr 2011 17:40:38 +0000 (-0600) Subject: ASoC: Tegra: Don't store snd_soc_jack_gpio in an array X-Git-Tag: v3.0-rc1~347^2~1^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eb25f998d3aede5f0011ba236e7586351e450bf;p=pandora-kernel.git ASoC: Tegra: Don't store snd_soc_jack_gpio in an array Storing the struct in an array makes the assignments to the GPIO member a little non-obvious, and is pointless when there's only a single GPIO. (I thought I fixed this during the review cycle when first submitting this driver, but I guess I overlooked that) Signed-off-by: Stephen Warren Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed