Re: [PATCH] spi: spi-au1550: pr_err instead of printk

2021-01-25 Thread Mark Brown
On Sat, Jan 23, 2021 at 04:03:44AM +0100, corentin noel wrote: > Signed-off-by: corentin noel This doesn't apply against current code, please check and resend. It should apply against my tree which already has your previous patches including the one which > if (!ddma_memid) > -

[PATCH] spi: spi-au1550: pr_err instead of printk

2021-01-22 Thread corentin noel
Signed-off-by: corentin noel --- drivers/spi/spi-au1550.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/spi/spi-au1550.c b/drivers/spi/spi-au1550.c index dfb7196f4caf..8f92bbdf391b 100644 --- a/drivers/spi/spi-au1550.c +++ b/drivers/spi/spi-au1550.c @@ -972,8