commit | 3eb25f998d3aede5f0011ba236e7586351e450bf | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Apr 12 11:40:38 2011 -0600 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Apr 18 21:34:03 2011 +0100 |
tree | 2c62e7c626c4823fe601fba417501b5d34296b5d | |
parent | 2ba9471b34f48eab9f6e097ef305746b33e12f85 [diff] |
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 <swarren@nvidia.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>