]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tlv320aic31xx: Change aic31xx_power_off return type to void
authorAndrew F. Davis <afd@ti.com>
Wed, 29 Nov 2017 21:32:43 +0000 (15:32 -0600)
committerMark Brown <broonie@kernel.org>
Thu, 30 Nov 2017 12:30:26 +0000 (12:30 +0000)
commitc7734e8e7eddf065c15e865b8de4224b01f03409
tree4dd1097ebba345770e4bc842fbf52f123976d709
parentb1c52b7e7cc6a57128869008b84d98a4de78fe2d
ASoC: tlv320aic31xx: Change aic31xx_power_off return type to void

The return value is not checked, and even if it was there is nothing
we could do about it and messages are already printed.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic31xx.c