[PATCH phosphor-host-ipmid v2 1/2] Fixing the Duplicate registration for NetFn [0x6], Cmd:[0xFF]

Cyril Bur cyrilbur at gmail.com
Tue Mar 1 15:16:43 AEDT 2016


On Mon, 29 Feb 2016 05:40:31 -0600
OpenBMC Patches <openbmc-patches at stwcx.xyz> wrote:

> From: Ratan Gupta <ratagupt at in.ibm.com>
> 


Probably could have been one patch. Oh well.

Reviewed-by: Cyril Bur <cyrilbur at gmail.com>
> ---
>  globalhandler.C | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/globalhandler.C b/globalhandler.C
> index e68ea79..25ae26a 100644
> --- a/globalhandler.C
> +++ b/globalhandler.C
> @@ -164,8 +164,5 @@ void register_netfn_global_functions()
>      printf("Registering NetFn:[0x%X], Cmd:[0x%X]\n",NETFUN_APP, IPMI_CMD_WARM_RESET);
>      ipmi_register_callback(NETFUN_APP, IPMI_CMD_WARM_RESET, NULL, ipmi_global_warm_reset);
>  
> -    printf("Registering NetFn:[0x%X], Cmd:[0x%X]\n",NETFUN_APP, IPMI_CMD_WILDCARD);
> -    ipmi_register_callback(NETFUN_APP, IPMI_CMD_WILDCARD, NULL, ipmi_global_wildcard_handler);
> -
> -	return;
> +    return;
>  }



More information about the openbmc mailing list