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:
parent
8b6df62fc2
commit
09ec9e74a9
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue