commit | e2d287c179a12a6069bc3b746e2e34edcddf81b3 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue May 22 16:08:55 2012 -0600 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Jun 03 13:06:36 2012 +0100 |
tree | 6dbb60fc7f15c550e7d077010fde9b106b1a1762 | |
parent | f51022f1aedc4d1a02d0dfa8fde47f6a8291f618 [diff] |
ASoC: tegra+wm8903: Use devm_gpio_request_one By using this function, the driver no longer needs to explicitly free the GPIOs. Hence, we can also remove the flags we use to track whether we allocated these GPIOs. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>