[coreboot-gerrit] Patch set updated for coreboot: winbond/w83627ehg: Remove unnecessary value

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Mon Oct 17 21:55:32 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 0bc1e929d5bd0fc5448e12e94f8789e8dc13bead
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Mon Oct 17 21:51:12 2016 +0200

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

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



More information about the coreboot-gerrit mailing list