1
0
Fork 0
alistair23-linux/drivers/iio/common/ssp_sensors
Antonio Borneo 4acaf96f74 iio: ssp_sensors: 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>
To: Jonathan Cameron <jic23@kernel.org>
To: Lars-Peter Clausen <lars@metafoo.de>
To: Karol Wrona <k.wrona@samsung.com>
To: linux-iio@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Acked-by: Karol Wrona <k.wrona@samsung.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2015-07-05 14:06:33 +01:00
..
Kconfig iio: common: ssp_sensors: Add sensorhub iio commons 2015-01-29 18:49:53 +00:00
Makefile iio: common: ssp_sensors: Add sensorhub iio commons 2015-01-29 18:49:53 +00:00
ssp.h
ssp_dev.c iio: ssp_sensors: Remove redundant spi driver bus initialization 2015-07-05 14:06:33 +01:00
ssp_iio.c iio: common: ssp_sensors: Add sensorhub iio commons 2015-01-29 18:49:53 +00:00
ssp_iio_sensor.h iio:common:ssp_sensors fix warnings due to 32 bit instead of 64 bit passed to do_div 2015-01-31 09:41:14 +00:00
ssp_spi.c