commit | 385bd9379babaf0982c76e4c073d928e830df6ad | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Sat Dec 31 11:01:41 2011 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Jan 02 13:08:39 2012 +0000 |
tree | fac1e175101fe097bd5c2f2ba98bbb62b44184ce | |
parent | 3c3f51f6a37ff9c3f8ffef2ab600d1482a9f30c8 [diff] |
ASoC: Fix return value of wm8903_gpio_direction_in() and wm8903_gpio_direction_out() We can't just pass back the return value of snd_soc_update_bits() as it will be 1 if a bit changed rather than zero. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>