commit | 93d5fc8bd143d94105279796451dcfd3d657453a | [log] [tgz] |
---|---|---|
author | Antonio Borneo <borneo.antonio@gmail.com> | Tue Jun 23 22:52:12 2015 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Jul 06 20:30:23 2015 +0100 |
tree | edda5153616126fb135b4c5f25b6a2480bded2ad | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 [diff] |
ASoC: wm0010: Remove redundant spi driver bus initialization In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_register_driver(), so we can drop the manual assignment. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>