Hi Michal, > pá 11. 7. 2025 v 16:49 odesílatel <abdellatif.elkhl...@arm.com> napsal: > > > > From: Abdellatif El Khlifi <abdellatif.elkhl...@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.elkhl...@arm.com> > > Cc: Ilias Apalodimas <ilias.apalodi...@linaro.org> > > Cc: Jens Wiklander <jens.wiklan...@linaro.org> > > Cc: Tom Rini <tr...@konsulko.com> > > Cc: Simon Glass <s...@chromium.org> > > Cc: Casey Connolly <casey.conno...@linaro.org> > > Cc: Heinrich Schuchardt <heinrich.schucha...@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-off...@arm.com> > > + * Copyright 2022-2023, 2025 Arm Limited and/or its affiliates > > <open-source-off...@arm.com> > > * > > * Authors: > > * Abdellatif El Khlifi <abdellatif.elkhl...@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