mfd: sprd: Remove unnecessary spi_bus_type setting
authorBaolin Wang <baolin.wang7@gmail.com>
Wed, 29 Apr 2020 09:45:37 +0000 (17:45 +0800)
committerLee Jones <lee.jones@linaro.org>
Tue, 26 May 2020 09:51:20 +0000 (10:51 +0100)
commitc085c664155ef6bd2e0ae9a030751b66cf307606
tree06e3165d606ceb3f9c296c06c6f7270253bbdc95
parent9a875245f0c7fe2884ac4b58339c8da3ab9952f8
mfd: sprd: Remove unnecessary spi_bus_type setting

The spi_register_driver() will set the spi_bus_type for the spi_driver,
thus remove the redundant setting in this driver.

Signed-off-by: Baolin Wang <baolin.wang7@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/sprd-sc27xx-spi.c