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

2019-03-25 Thread Ludovic BARRE
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 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

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

2019-03-25 Thread Mark Brown
On Fri, Mar 22, 2019 at 03:35:53PM +0100, Ludovic Barre wrote: > From: Ludovic Barre > > 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 ‘

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

2019-03-22 Thread Ludovic Barre
From: Ludovic Barre This patch adds spi_master_put in release function to drop the controller's refcount. Signed-off-by: Ludovic Barre --- drivers/spi/spi-stm32-qspi.c | 48 +++- 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/drivers/spi