Re: [PATCH v1 5/9] stm32mp: bsec: Fix AARCH64 compilation warnings

2023-11-10 Thread Patrice CHOTARD
On 11/9/23 10:14, Patrick DELAUNAY wrote: > Hi, > > On 10/27/23 16:43, Patrice Chotard wrote: >> When building with AARCH64 defconfig, we got warnings, fix them. >> >> Signed-off-by: Patrice Chotard >> --- >> >>   arch/arm/mach-stm32mp/bsec.c | 29 +++-- >>   1 file chan

Re: [PATCH v1 5/9] stm32mp: bsec: Fix AARCH64 compilation warnings

2023-11-09 Thread Patrick DELAUNAY
Hi, On 10/27/23 16:43, Patrice Chotard wrote: When building with AARCH64 defconfig, we got warnings, fix them. Signed-off-by: Patrice Chotard --- arch/arm/mach-stm32mp/bsec.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) Reviewed-by: Patrick Delau

[PATCH v1 5/9] stm32mp: bsec: Fix AARCH64 compilation warnings

2023-10-27 Thread Patrice Chotard
When building with AARCH64 defconfig, we got warnings, fix them. Signed-off-by: Patrice Chotard --- arch/arm/mach-stm32mp/bsec.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/arch/arm/mach-stm32mp/bsec.c b/arch/arm/mach-stm32mp/bsec.c index