From: Antonio Borneo Date: Tue, 23 Jun 2015 14:52:12 +0000 (+0800) Subject: ASoC: wm0010: Remove redundant spi driver bus initialization X-Git-Tag: omap-for-v4.3/fixes-rc1~91^2~7^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d5fc8bd143d94105279796451dcfd3d657453a;p=pandora-kernel.git 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 Acked-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed