Laszlo, Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com>
Mike > -----Original Message----- > From: devel@edk2.groups.io <devel@edk2.groups.io> On > Behalf Of Laszlo Ersek > Sent: Tuesday, September 17, 2019 12:49 PM > To: edk2-devel-groups-io <devel@edk2.groups.io> > Cc: Wu, Jiaxin <jiaxin...@intel.com>; Fu, Siyuan > <siyuan...@intel.com> > Subject: [edk2-devel] [PATCH 18/35] > NetworkPkg/DxeNetLib: fix type typo in > NetLibGetMacAddress() > > NetLibGetSnpHandle() returns an EFI_HANDLE, not an > (EFI_HANDLE*). > NetLibGetMacAddress() only uses the return value > ("SnpHandle") for a NULL-check. Fix the type of > "SnpHandle". > > This patch is a no-op. > > Cc: Jiaxin Wu <jiaxin...@intel.com> > Cc: Siyuan Fu <siyuan...@intel.com> > Signed-off-by: Laszlo Ersek <ler...@redhat.com> > --- > > Notes: > lightly tested: MAC strings are displayed in UiApp > > NetworkPkg/Library/DxeNetLib/DxeNetLib.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/NetworkPkg/Library/DxeNetLib/DxeNetLib.c > b/NetworkPkg/Library/DxeNetLib/DxeNetLib.c > index 8e2f720666ea..a39c20be3d34 100644 > --- a/NetworkPkg/Library/DxeNetLib/DxeNetLib.c > +++ b/NetworkPkg/Library/DxeNetLib/DxeNetLib.c > @@ -2182,7 +2182,7 @@ NetLibGetMacAddress ( > EFI_SIMPLE_NETWORK_MODE SnpModeData; > EFI_MANAGED_NETWORK_PROTOCOL *Mnp; > EFI_SERVICE_BINDING_PROTOCOL *MnpSb; > - EFI_HANDLE *SnpHandle; > + EFI_HANDLE SnpHandle; > EFI_HANDLE MnpChildHandle; > > ASSERT (MacAddress != NULL); > -- > 2.19.1.3.g30247aa5d201 > > > > -=-=-=-=-=-= > Groups.io Links: You receive all messages sent to this > group. > > View/Reply Online (#47405): > https://edk2.groups.io/g/devel/message/47405 > Mute This Topic: https://groups.io/mt/34180219/1643496 > Group Owner: devel+ow...@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [michael.d.kin...@intel.com] > -=-=-=-=-=-= -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#48505): https://edk2.groups.io/g/devel/message/48505 Mute This Topic: https://groups.io/mt/34180219/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-