summaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83667hg-a
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83667hg-a')
-rw-r--r--src/superio/winbond/w83667hg-a/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83667hg-a/superio.c b/src/superio/winbond/w83667hg-a/superio.c
index 5f9683299b..0a068983a8 100644
--- a/src/superio/winbond/w83667hg-a/superio.c
+++ b/src/superio/winbond/w83667hg-a/superio.c
@@ -47,7 +47,7 @@ static void w83667hg_a_init(struct device *dev)
break;
case W83667HG_A_ACPI:
/* Set power state after power fail */
- power_status = get_int_option("power_on_after_fail",
+ power_status = get_uint_option("power_on_after_fail",
CONFIG_MAINBOARD_POWER_FAILURE_STATE);
pnp_enter_conf_mode(dev);
pnp_set_logical_device(dev);