add param ImageHandle for MnpFlushServiceData().

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5887 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2008-09-12 05:36:21 +00:00
parent bc3fc71a37
commit 3ec64ac503
3 changed files with 8 additions and 6 deletions

View File

@@ -166,7 +166,7 @@ ErrorExit:
//
// Flush the Mnp Service Data.
//
MnpFlushServiceData (MnpServiceData);
MnpFlushServiceData (MnpServiceData, This->DriverBindingHandle);
}
gBS->FreePool (MnpServiceData);
@@ -250,7 +250,7 @@ MnpDriverBindingStop (
//
// Flush the Mnp service data.
//
MnpFlushServiceData (MnpServiceData);
MnpFlushServiceData (MnpServiceData, This->DriverBindingHandle);
gBS->FreePool (MnpServiceData);
} else {