Re: [PATCH 1/2] spi: stm32-qspi: add spi_master_put in release function

From: Ludovic BARRE
Date: Mon Mar 25 2019 - 12:20:00 EST


hi Mark

On 3/25/19 5:03 PM, Mark Brown wrote:
On Fri, Mar 22, 2019 at 03:35:53PM +0100, Ludovic Barre wrote:
From: Ludovic Barre <ludovic.barre@xxxxxx>

This patch adds spi_master_put in release function
to drop the controller's refcount.

I'm getting build errors with this:

CC drivers/spi/spi-stm32-qspi.o
drivers/spi/spi-stm32-qspi.c: In function âstm32_qspi_probeâ:
drivers/spi/spi-stm32-qspi.c:430:8: error: âstruct stm32_qspiâ has no member named âphys_baseâ; did you mean âio_baseâ?
qspi->phys_base = res->start;
^~~~~~~~~
io_base


I was sure I built each patch, but the fact is there an error :-(
I resend a serie with this line in the second patch

Regards
Ludo