spi: atmel-quadspi: void return type for atmel_qspi_init()
authorTudor Ambarus <tudor.ambarus@microchip.com>
Fri, 28 Jun 2019 15:30:32 +0000 (15:30 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 2 Jul 2019 11:48:46 +0000 (12:48 +0100)
commit5b74e9a306267be3b371b309faef8626b18e6423
tree0f9313cef63e23157f82eb62c77a3bd9e95319f6
parent23cdddb21f41e6092643fb8403f992f99ade33be
spi: atmel-quadspi: void return type for atmel_qspi_init()

commit 2d30ac5ed633 ("mtd: spi-nor: atmel-quadspi: Use spi-mem interface for atmel-quadspi driver")
removed the error path from atmel_qspi_init(), but not changed the
function's return type. Set void return type for atmel_qspi_init().

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/atmel-quadspi.c