]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf56530882dd58e522c1403db8c0b7d7b5a261337
tree25c8180e9480052041b79bc5c8733dd2b1a649e4
parent89326e3690bff120980aedd17cbad5ef907f2148
ASoC: uda1380: Convert to gpio_request_one()

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>
sound/soc/codecs/uda1380.c