commit | 15e870512956a1e573d033b3bb6ffbf3237e9723 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Jun 15 15:29:19 2011 -0400 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Jun 16 11:41:46 2011 +0100 |
tree | 6322cfc1bd47ba0338d1b19784e06dfccbe13200 | |
parent | 42f32c559131921f3bb014e0ac2107345f14887c [diff] |
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>