Fix LINT build by correcting a missed change.

This commit is contained in:
bms 2003-10-19 09:31:07 +00:00
parent 432ff6a541
commit 6360d0a43d

View File

@ -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);