Fix LINT build by correcting a missed change.

This commit is contained in:
Bruce M Simpson 2003-10-19 09:31:07 +00:00
parent 5539804740
commit 3eb4d8a3bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121241

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