diff options
Diffstat (limited to 'sys/dev/cm/if_cm_isa.c')
-rw-r--r-- | sys/dev/cm/if_cm_isa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cm/if_cm_isa.c b/sys/dev/cm/if_cm_isa.c index a478406664c7..8f7732fd80e1 100644 --- a/sys/dev/cm/if_cm_isa.c +++ b/sys/dev/cm/if_cm_isa.c @@ -96,7 +96,7 @@ cm_isa_attach(dev) return (error); } - return cm_attach(sc, device_get_unit(dev)); + return cm_attach(dev); } static int |