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>
This commit is contained in:
Elyes HAOUAS 2016-10-17 21:51:12 +02:00 committed by Martin Roth
parent 8b6df62fc2
commit 09ec9e74a9
1 changed files with 1 additions and 1 deletions

View File

@ -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");