diff options
Diffstat (limited to 'src/superio/NSC/pc87366')
-rw-r--r-- | src/superio/NSC/pc87366/superio.c | 2 |
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; |