]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: sta350: Use devm_gpiod_get_optional at appropriate place
authorAxel Lin <axel.lin@ingics.com>
Sat, 9 May 2015 15:09:32 +0000 (23:09 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 12 May 2015 17:52:42 +0000 (18:52 +0100)
commitb40823eb5e99c25c1f7073662f6815f432444389
tree2afd9edfa63e550fdb30f94d05fcd063f6e5dbcf
parentce88222e1fb53c38d3b94c3b5ceebe1d2ab4956d
ASoC: sta350: Use devm_gpiod_get_optional at appropriate place

devm_gpiod_get_optional is equivalent to devm_gpiod_get(), except that
when no GPIO was assigned to the requested function it will return NULL.
This is convenient for drivers that need to handle optional GPIOs.

I just checked the code in commit ef6c264b0e6becb
("ASoC: improve usage of gpiod API") and found that it should use
devm_gpiod_get_optional rather than devm_gpiod_get here.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sta350.c