From 464f83454f276345d02dce7b90395243b1eda305 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 5 Sep 2019 16:29:09 -0700 Subject: superio/smsc/lpc47b397: fix regression in ops override b0d868e8fe3f9a13f9be109fc3b73dfa949bec15 introduced a regression Change-Id: I231888f2702027a80f25eb418c4e4703e55db920 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/35282 Tested-by: build bot (Jenkins) Reviewed-by: Marcello Sylvester Bauer Reviewed-by: Arthur Heymans --- src/superio/smsc/lpc47b397/superio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/superio') 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, }, }; -- cgit v1.2.3