[coreboot-gerrit] New patch to review for coreboot: winbond/w83627ehg: Remove unused parameter

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Mon Oct 17 21:48:53 CEST 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17048

-gerrit

commit 16f5e71fde65a8e78a82529146235f4c44cbd94e
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Mon Oct 17 21:48:11 2016 +0200

    winbond/w83627ehg: Remove unused parameter
    
    Change-Id: I5f88f34d1c040ac6ed413cfaf8ceb45a358c117c
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/superio/winbond/w83627ehg/superio.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/superio/winbond/w83627ehg/superio.c b/src/superio/winbond/w83627ehg/superio.c
index bf35088..87f2bca 100644
--- a/src/superio/winbond/w83627ehg/superio.c
+++ b/src/superio/winbond/w83627ehg/superio.c
@@ -40,7 +40,6 @@ static void enable_hwm_smbus(struct device *dev)
 
 static void init_acpi(struct device *dev)
 {
-	u8 value = 0x20; /* TODO: 0x20 value here never used? */
 	int power_on = 1;
 
 	get_option(&power_on, "power_on_after_fail");



More information about the coreboot-gerrit mailing list