Re: [PATCH] drivers: soc: atmel: fix type for same7

2021-02-09 Thread Arnd Bergmann
From: Arnd Bergmann On Thu, 4 Feb 2021 16:49:25 +0100, Arnd Bergmann wrote: > A missing comma caused a build failure: > > drivers/soc/atmel/soc.c:196:24: error: too few arguments provided to > function-like macro invocation Applied to arm/drivers, thanks! [1/1] drivers: soc: atmel: fix type f

Re: [PATCH] drivers: soc: atmel: fix type for same7

2021-02-04 Thread Nicolas Ferre
On 04/02/2021 at 16:52, Alexandre Belloni wrote: On 04/02/2021 16:49:25+0100, Arnd Bergmann wrote: From: Arnd Bergmann A missing comma caused a build failure: drivers/soc/atmel/soc.c:196:24: error: too few arguments provided to function-like macro invocation Fixes: af3a10513cd6 ("drivers: s

Re: [PATCH] drivers: soc: atmel: fix type for same7

2021-02-04 Thread Alexandre Belloni
On 04/02/2021 16:49:25+0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > A missing comma caused a build failure: > > drivers/soc/atmel/soc.c:196:24: error: too few arguments provided to > function-like macro invocation > > Fixes: af3a10513cd6 ("drivers: soc: atmel: add per soc id and versio

[PATCH] drivers: soc: atmel: fix type for same7

2021-02-04 Thread Arnd Bergmann
From: Arnd Bergmann A missing comma caused a build failure: drivers/soc/atmel/soc.c:196:24: error: too few arguments provided to function-like macro invocation Fixes: af3a10513cd6 ("drivers: soc: atmel: add per soc id and version match masks") Signed-off-by: Arnd Bergmann --- It is broken in