aboutsummaryrefslogtreecommitdiff
path: root/src/superio/NSC/pc87366/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/NSC/pc87366/superio.c')
-rw-r--r--src/superio/NSC/pc87366/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/NSC/pc87366/superio.c b/src/superio/NSC/pc87366/superio.c
index 11da482582..7c492583f3 100644
--- a/src/superio/NSC/pc87366/superio.c
+++ b/src/superio/NSC/pc87366/superio.c
@@ -21,7 +21,7 @@ static void init(device_t dev)
/* Wishlist handle well known programming interfaces more
* generically.
*/
- if (!dev->enable) {
+ if (!dev->enabled) {
return;
}
conf = dev->chip->chip_info;