Re: [PATCH 1/8] arm_ffa: Add NULL pointer check to the driver operations

2024-11-04 Thread Jens Wiklander
On Fri, Nov 1, 2024 at 3:20 PM wrote: > > From: Abdellatif El Khlifi > > Add NULL pointer check for ops > > Signed-off-by: Abdellatif El Khlifi > --- > drivers/firmware/arm-ffa/arm-ffa-uclass.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Looks good. Reviewed-by: Jens Wiklan

Re: [PATCH 1/8] arm_ffa: Add NULL pointer check to the driver operations

2024-11-01 Thread Ilias Apalodimas
Hi Abdellatif, Something is wrong on your setup and you only cc'ed people on the cover letter. On Fri, Nov 01, 2024 at 02:20:10PM +, abdellatif.elkhl...@arm.com wrote: > From: Abdellatif El Khlifi > > Add NULL pointer check for ops > > Signed-off-by: Abdellatif El Khlifi > --- > drivers/fi