Re: [PATCH 1/6] stm32mp: cosmetic: Update of bsec driver

2023-01-12 Thread Patrice CHOTARD
Hi Patrick On 1/6/23 13:20, Patrick Delaunay wrote: > Remove unnecessary return in stm32mp_bsec_write_lock and replace tab > by space for plat_auto opts. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/mach-stm32mp/bsec.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >

Re: [PATCH 1/6] stm32mp: cosmetic: Update of bsec driver

2023-01-12 Thread Patrice CHOTARD
Hi Patrick On 1/6/23 13:20, Patrick Delaunay wrote: > Remove unnecessary return in stm32mp_bsec_write_lock and replace tab > by space for plat_auto opts. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/mach-stm32mp/bsec.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >

[PATCH 1/6] stm32mp: cosmetic: Update of bsec driver

2023-01-06 Thread Patrick Delaunay
Remove unnecessary return in stm32mp_bsec_write_lock and replace tab by space for plat_auto opts. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/bsec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm/mach-stm32mp/bsec.c b/arch/arm/mach-stm32mp/bsec.c