aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-10-17 21:51:12 +0200
committerMartin Roth <martinroth@google.com>2016-10-19 17:31:39 +0200
commit09ec9e74a99521b4b4caab7a53b591db52be588b (patch)
treeb0eb6660b9cefeed38135157966f3783ef16f574 /src
parent8b6df62fc21dc167979c03aa88cfe9cf03a115a8 (diff)
winbond/w83627ehg: Remove unnecessary value
Change-Id: I5f88f34d1c040ac6ed413cfaf8ceb45a358c117c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/17048 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src')
-rw-r--r--src/superio/winbond/w83627ehg/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627ehg/superio.c b/src/superio/winbond/w83627ehg/superio.c
index bf3508862a..ed2b75dbcb 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");