mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: winbond/w83627ehg: Remove unnecessary value
BUG=None BRANCH=None TEST=None 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> Change-Id: I5f88f34d1c040ac6ed413cfaf8ceb45a358c117c Reviewed-on: https://chromium-review.googlesource.com/400800 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
f0ee264dc2
commit
ce644e13d5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue