Re: [PATCH 2/6] iio: ssp_sensors: Remove redundant spi driver bus initialization

2015-07-05 Thread Jonathan Cameron
On 29/06/15 11:05, Karol Wrona wrote: > On 06/23/2015 04:52 PM, Antonio Borneo wrote: >> 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. >> >> Signe

Re: [PATCH 2/6] iio: ssp_sensors: Remove redundant spi driver bus initialization

2015-06-29 Thread Karol Wrona
On 06/23/2015 04:52 PM, Antonio Borneo wrote: > 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 > To: Jonathan Cam