This patch set is sent in behalf of Nickle Wang.

Reviewed-by: Abner Chang <abner.ch...@hpe.com>

> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Abner Chang
> Sent: Wednesday, October 27, 2021 6:30 PM
> To: devel@edk2.groups.io
> Cc: Wang, Nickle (HPS SW) <nickle.w...@hpe.com>; Liming Gao
> <gaolim...@byosoft.com.cn>
> Subject: [edk2-devel] [PATCH] edk2-staging/RedfishClientPkg: Bug fix on
> RedfishFeatrueCoreDxe
> 
> Action in StartupContext is not set properly.
> 
> Signed-off-by: Nickle Wang <nickle.w...@hpe.com>
> Cc: Abner Chang <abner.ch...@hpe.com>
> Cc: Liming Gao <gaolim...@byosoft.com.cn>
> ---
>  RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git
> a/RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c
> b/RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c
> index 009475540f5..49e1cd6b60e 100644
> --- a/RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c
> +++ b/RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c
> @@ -357,6 +357,7 @@ RedfishFeatureCoreEntryPoint (
> 
>    ZeroMem ((VOID *)&mFeatureDriverStartupContext, sizeof
> (REDFISH_FEATURE_STARTUP_CONTEXT));
>    mFeatureDriverStartupContext.This = &mRedfishFeatureProtocol;
> +  mFeatureDriverStartupContext.Action = CallbackActionStartOperation;
> 
>    Status = gBS->CreateEventEx (
>                  EVT_NOTIFY_SIGNAL,
> --
> 2.21.0.windows.1
> 
> 
> 
> 
> 



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


Reply via email to