[coreboot-gerrit] Change in coreboot[master]: superio/ite/common: fix prototype to match others

Samuel Holland (Code Review) gerrit at coreboot.org
Wed Jun 7 04:48:43 CEST 2017


Samuel Holland has uploaded this change for review. ( https://review.coreboot.org/20077


Change subject: superio/ite/common: fix prototype to match others
......................................................................

superio/ite/common: fix prototype to match others

Change-Id: Id4a079d868c5c806c769b5559833566e8a6a8a71
Signed-off-by: Samuel Holland <samuel at sholland.org>
---
M src/superio/ite/common/env_ctrl.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/20077/1

diff --git a/src/superio/ite/common/env_ctrl.c b/src/superio/ite/common/env_ctrl.c
index b3312e6..1e313ce 100644
--- a/src/superio/ite/common/env_ctrl.c
+++ b/src/superio/ite/common/env_ctrl.c
@@ -98,7 +98,7 @@
  * Set up External Temperature to read via thermal diode/resistor
  * into TMPINx register
  */
-static void enable_tmpin(const u16 base, const int tmpin,
+static void enable_tmpin(const u16 base, const u8 tmpin,
 			 const enum ite_ec_thermal_mode mode)
 {
 	u8 reg;

-- 
To view, visit https://review.coreboot.org/20077
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4a079d868c5c806c769b5559833566e8a6a8a71
Gerrit-Change-Number: 20077
Gerrit-PatchSet: 1
Gerrit-Owner: Samuel Holland <samuel at sholland.org>



More information about the coreboot-gerrit mailing list