X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=NetworkPkg%2FUdp6Dxe%2FUdp6Driver.c;h=0647c0214fe67f17c42a906c2d2009458e2eeb90;hb=f75a7f568e6d0944327970b3f3f2dafd9bba76b1;hp=f9d528e68fb3cd623840d113a821e31453895d11;hpb=9095d37b8fe5bfc3d02adad6ba7fd7359ebc0107;p=mirror_edk2.git diff --git a/NetworkPkg/Udp6Dxe/Udp6Driver.c b/NetworkPkg/Udp6Dxe/Udp6Driver.c index f9d528e68f..0647c0214f 100644 --- a/NetworkPkg/Udp6Dxe/Udp6Driver.c +++ b/NetworkPkg/Udp6Dxe/Udp6Driver.c @@ -177,7 +177,7 @@ EXIT: /** Callback function which provided by user to remove one node in NetDestroyLinkList process. - + @param[in] Entry The entry to be removed. @param[in] Context Pointer to the callback context corresponds to the Context in NetDestroyLinkList. @@ -296,7 +296,7 @@ Udp6DriverBindingStop ( &Udp6Service->ServiceBinding, NULL ); - + Udp6CleanService (Udp6Service); FreePool (Udp6Service); } @@ -405,7 +405,7 @@ Udp6ServiceBindingCreateChild ( if (EFI_ERROR (Status)) { goto ON_ERROR; } - + OldTpl = gBS->RaiseTPL (TPL_CALLBACK); //