]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: AD1836: drop unnecessary spi register check
authorMike Frysinger <vapier@gentoo.org>
Wed, 15 Jun 2011 19:29:19 +0000 (15:29 -0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 16 Jun 2011 10:41:46 +0000 (11:41 +0100)
commit0a530217217994a970e13c78182c5b0af4c4227c
tree6322cfc1bd47ba0338d1b19784e06dfccbe13200
parenta7b0442cfaa830140d17f5836cdd1a60568569c9
ASoC: AD1836: drop unnecessary spi register check

The only thing the init func does is register a spi driver, so if that
fails, we return the value back up to the caller who will display an
error message for us.  So drop the redundant checking/message.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/ad1836.c