ASoC: uda1380: Convert to gpio_request_one()
authorAxel Lin <axel.lin@gmail.com>
Sun, 4 Dec 2011 23:58:25 +0000 (07:58 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 5 Dec 2011 13:24:49 +0000 (13:24 +0000)
Using gpio_request_one can make the error handling simpler.

Also remove a redundant "Failed to issue reset" error message.
We already show the error message in uda1380_reset() error path.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found