[AMD Official Use Only - General]

Correct email address
Reviewed-by: Abner Chang <abner.ch...@amd.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Chang,
> Abner via groups.io
> Sent: Friday, May 5, 2023 8:56 AM
> To: Nickle Wang <nick...@nvidia.com>; devel@edk2.groups.io
> Cc: Igor Kulchytskyy <ig...@ami.com>
> Subject: Re: [edk2-devel] [edk2-redfish-client][PATCH 4/8] RedfishClientPkg:
> Bug fix on RedfishFeatureCoreDxe
> 
> Caution: This message originated from an External Source. Use proper
> caution when opening attachments, clicking links, or responding.
> 
> 
> [AMD Official Use Only - General]
> 
> Reviewed-by: Abner Chang <abner.ch...@hpe.com>
> 
> > -----Original Message-----
> > From: Nickle Wang <nick...@nvidia.com>
> > Sent: Thursday, May 4, 2023 10:22 PM
> > To: devel@edk2.groups.io
> > Cc: Chang, Abner <abner.ch...@amd.com>; Igor Kulchytskyy
> > <ig...@ami.com>
> > Subject: [edk2-redfish-client][PATCH 4/8] RedfishClientPkg: Bug fix on
> > RedfishFeatureCoreDxe
> >
> > Caution: This message originated from an External Source. Use proper
> > caution when opening attachments, clicking links, or responding.
> >
> >
> > Action in StartupContext is not set properly.
> >
> > Signed-off-by: Nickle Wang <nick...@nvidia.com>
> > Cc: Abner Chang <abner.ch...@amd.com>
> > Cc: Igor Kulchytskyy <ig...@ami.com>
> > ---
> >  RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c | 3
> > ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git
> > a/RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c
> > b/RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c
> > index 5cd89872..3776d52b 100644
> > --- a/RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c
> > +++
> b/RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c
> > @@ -376,7 +376,8 @@ RedfishFeatureCoreEntryPoint (
> >    EventGuid           = (EFI_GUID *)PcdGetPtr
> > (PcdEdkIIRedfishFeatureDriverStartupEventGuid);
> >
> >    ZeroMem ((VOID *)&mFeatureDriverStartupContext, sizeof
> > (REDFISH_FEATURE_STARTUP_CONTEXT));
> > -  mFeatureDriverStartupContext.This = &mRedfishFeatureProtocol;
> > +  mFeatureDriverStartupContext.This   = &mRedfishFeatureProtocol;
> > +  mFeatureDriverStartupContext.Action = CallbackActionStartOperation;
> >
> >    Status = gBS->CreateEventEx (
> >                    EVT_NOTIFY_SIGNAL,
> > --
> > 2.17.1
> 
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#104058): https://edk2.groups.io/g/devel/message/104058
Mute This Topic: https://groups.io/mt/98684707/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to