summaryrefslogtreecommitdiff
path: root/src/superio/smsc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2019-09-05 16:29:09 -0700
committerFelix Held <felix-coreboot@felixheld.de>2019-09-06 17:43:04 +0000
commit464f83454f276345d02dce7b90395243b1eda305 (patch)
treeb87ba6944ebbaa07080d68f2382a17602263e1e7 /src/superio/smsc
parenta8a9fb08ddef31f7d5810e5d31a1d5e63f4bef9a (diff)
downloadcoreboot-464f83454f276345d02dce7b90395243b1eda305.tar.xz
superio/smsc/lpc47b397: fix regression in ops override
b0d868e8fe3f9a13f9be109fc3b73dfa949bec15 introduced a regression Change-Id: I231888f2702027a80f25eb418c4e4703e55db920 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35282 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marcello Sylvester Bauer <sylvblck@sylv.io> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/superio/smsc')
-rw-r--r--src/superio/smsc/lpc47b397/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/lpc47b397/superio.c b/src/superio/smsc/lpc47b397/superio.c
index ad8153f41c..4b9e345145 100644
--- a/src/superio/smsc/lpc47b397/superio.c
+++ b/src/superio/smsc/lpc47b397/superio.c
@@ -139,7 +139,7 @@ static struct pnp_info pnp_dev_info[] = {
{ NULL, LPC47B397_SP2, PNP_IO0 | PNP_IRQ0, 0x07f8, },
{ NULL, LPC47B397_KBC, PNP_IO0 | PNP_IO1 | PNP_IRQ0 | PNP_IRQ1,
0x07ff, 0x07ff, },
- { NULL_hwm, LPC47B397_HWM, PNP_IO0, 0x07f0, },
+ { &ops_hwm, LPC47B397_HWM, PNP_IO0, 0x07f0, },
{ NULL, LPC47B397_RT, PNP_IO0, 0x0780, },
};