From 8de75da28bbd9a4d3c54fba99d943f9019b52193 Mon Sep 17 00:00:00 2001 From: niry Date: Wed, 25 Mar 2009 05:39:56 +0000 Subject: Fix coding style issue. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7942 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Library/DxeIpIoLib') diff --git a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c index 92c04787b6..f37bb91ad8 100644 --- a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c +++ b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c @@ -532,7 +532,7 @@ IpIoTransmitHandlerDpc ( IpIo = SndEntry->IpIo; - if (IpIo->PktSentNotify && SndEntry->NotifyData) { + if ((IpIo->PktSentNotify != NULL) && (SndEntry->NotifyData != NULL)) { IpIo->PktSentNotify ( SndEntry->SndToken->Status, SndEntry->Context, -- cgit v1.2.3