[PATCH v2 01/25] arm_ffa: Remove NULL pointer check for ops
Abdellatif El Khlifi
abdellatif.elkhlifi at arm.com
Mon Jul 21 13:33:19 CEST 2025
Hi Michal,
> pá 11. 7. 2025 v 16:49 odesílatel <abdellatif.elkhlifi at arm.com> napsal:
> >
> > From: Abdellatif El Khlifi <abdellatif.elkhlifi at arm.com>
> >
> > Remove NULL pointer check for ops
> >
> > uclasses that use ops typically don't check for NULL.
> >
> > Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi at arm.com>
> > Cc: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> > Cc: Jens Wiklander <jens.wiklander at linaro.org>
> > Cc: Tom Rini <trini at konsulko.com>
> > Cc: Simon Glass <sjg at chromium.org>
> > Cc: Casey Connolly <casey.connolly at linaro.org>
> > Cc: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> >
> > ---
> >
> > Changelog of changes:
> > ===========================
> >
> > v2:
> >
> > * As suggested by Heinrich: The commit is renamed and the ops NULL check removed
> >
> > v1:
> >
> > * Commit title was "arm_ffa: Add NULL pointer check to the uclass driver operations"
> >
> > drivers/firmware/arm-ffa/arm-ffa-uclass.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/firmware/arm-ffa/arm-ffa-uclass.c b/drivers/firmware/arm-ffa/arm-ffa-uclass.c
> > index 96c64964bb7..32dd9458da9 100644
> > --- a/drivers/firmware/arm-ffa/arm-ffa-uclass.c
> > +++ b/drivers/firmware/arm-ffa/arm-ffa-uclass.c
> > @@ -1,6 +1,6 @@
> > // SPDX-License-Identifier: GPL-2.0+
> > /*
> > - * Copyright 2022-2023 Arm Limited and/or its affiliates <open-source-office at arm.com>
> > + * Copyright 2022-2023, 2025 Arm Limited and/or its affiliates <open-source-office at arm.com>
> > *
> > * Authors:
> > * Abdellatif El Khlifi <abdellatif.elkhlifi at arm.com>
> > --
> > 2.25.1
> >
>
> That commit message is not matching what you do here.
Thank you. Your comment has been addressed in v3 patchset.
The commit has been removed and the copyright text moved
to the next commit.
Cheers
Abdellatif
More information about the U-Boot
mailing list