commit | 64964e82644e9f809dc83019186c21ed5b70aa56 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Oct 31 19:02:13 2011 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Oct 31 19:08:31 2011 +0000 |
tree | 521fbcc4b739804945bdbe44fe2f605798810ef5 | |
parent | 5a7c5f26df3c0122814dfa1c13ef6dfbdbffdb86 [diff] |
ASoC: Fix return value of wm5100_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: Mark Brown <broonie@opensource.wolfsonmicro.com>