Looks good to me Reviewed-by: Lee Leahy <[email protected]> Lee Leahy (425) 881-4919 Intel Corporation Suite 125 2700 - 156th Ave NE Bellevue, WA 98007-6554
-----Original Message----- From: Kinney, Michael D Sent: Thursday, May 12, 2016 4:04 PM To: [email protected] Cc: Leahy, Leroy P <[email protected]> Subject: [Patch v3 3/3] QuarkSocPkg/SDControllerDxe: Add EFIAPI to SetHighSpeedMode From: Lee Leahy <[email protected]> Add the missing EFIAPI to fix the inconsistent routine declaration and implementation of a protocol service. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lee Leahy <[email protected]> Reviewed-by: Michael Kinney <[email protected]> --- QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c index 18e85c8..96c8774 100644 --- a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c +++ b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDControlle +++ r.c @@ -2,7 +2,7 @@ The SD host controller driver model and HC protocol routines. -Copyright (c) 2013-2015 Intel Corporation. +Copyright (c) 2013-2016 Intel Corporation. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -244,6 +244,7 @@ GetErrorReason ( @return EFI_SUCCESS **/ EFI_STATUS +EFIAPI SetHighSpeedMode ( IN EFI_SD_HOST_IO_PROTOCOL *This, IN BOOLEAN Enable -- 2.6.3.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

