From 3760272fb9639db22f54f54e2c32849720affde0 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Thu, 7 Aug 2014 12:02:26 -0700 Subject: Restore name of the function reading tertiary GPIO states The name was changed due to review comments misunderstanding, it should be restored to properly convey what the function does. BUG=chrome-os-partner:30489 TEST=verified that Storm still properly reports board ID Change-Id: Iba33cf837e137424bfac970b0c9764d26786be9c Signed-off-by: Patrick Georgi Original-Commit-Id: c0fff28c6ebf255cb9cf9dfe4c961d7a25bb13ff Original-Change-Id: I4bd63f29afbfaf9f3e3e78602564eb52f63cc487 Original-Signed-off-by: Vadim Bendebury Original-Reviewed-on: https://chromium-review.googlesource.com/211413 Original-Reviewed-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/8979 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/lib/tristate_gpios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/tristate_gpios.c b/src/lib/tristate_gpios.c index b1ebbc0f71..49f060c9c2 100644 --- a/src/lib/tristate_gpios.c +++ b/src/lib/tristate_gpios.c @@ -20,7 +20,7 @@ #include #include -int gpio_board_id(gpio_t gpio[], int num_gpio, int tertiary) +int gpio_get_in_tristate_values(gpio_t gpio[], int num_gpio, int tertiary) { /* * GPIOs which are tied to stronger external pull up or pull down -- cgit v1.2.3