From 276a49b699785cb3faf99744265f7051b08dc20d Mon Sep 17 00:00:00 2001 From: lgao4 Date: Fri, 6 Feb 2009 09:03:12 +0000 Subject: Clean up FaultTolerantWriteDxe to remove the duplicated definition. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7471 6f19259b-4bc3-4df7-8a09-765794883524 --- .../PlatformDriOverrideDxe/PlatformDriOverride.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'MdeModulePkg/Universal/PlatformDriverOverride/PlatformDriOverrideDxe') diff --git a/MdeModulePkg/Universal/PlatformDriverOverride/PlatformDriOverrideDxe/PlatformDriOverride.c b/MdeModulePkg/Universal/PlatformDriverOverride/PlatformDriOverrideDxe/PlatformDriOverride.c index aef0f03d72..d6a7170344 100644 --- a/MdeModulePkg/Universal/PlatformDriverOverride/PlatformDriOverrideDxe/PlatformDriOverride.c +++ b/MdeModulePkg/Universal/PlatformDriverOverride/PlatformDriOverrideDxe/PlatformDriOverride.c @@ -104,9 +104,10 @@ GetDriver ( PROTOCOL instance. @param ControllerHandle The device handle of the controller to check if a driver override exists. - @param DriverImageHandle On input, a pointer to the previous driver image handle returned - by GetDriverPath(). On output, a pointer to the next driver - device path. + @param DriverImagePath On input, a pointer to the previous driver device path returned by + GetDriverPath(). On output, a pointer to the next driver + device path. Passing in a pointer to NULL, will return the first + driver device path for ControllerHandle. @retval EFI_UNSUPPORTED **/ -- cgit v1.2.3