mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix LINT build by correcting a missed change.
This commit is contained in:
parent
5539804740
commit
3eb4d8a3bc
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ ep_mca_attach(device_t dev)
|
|||
ep_get_media(sc);
|
||||
|
||||
GO_WINDOW(0);
|
||||
SET_IRQ(BASE, rman_get_start(sc->irq));
|
||||
SET_IRQ(sc, rman_get_start(sc->irq));
|
||||
|
||||
if ((error = ep_attach(sc))) {
|
||||
device_printf(dev, "ep_attach() failed! (%d)\n", error);
|
||||
|
|
|
|||
Loading…
Reference in a new issue