diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2003-10-30 23:05:31 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2003-10-30 23:05:31 +0000 |
| commit | 0f2f39c865f16a8a812fee56cea7cb70b3e00dc4 (patch) | |
| tree | 91c32e1a971c31d7b7e3dec503270acd94ace84e /sys/dev/awi | |
| parent | 9c63e9dbd78449ff82e855bd04c66097f7923615 (diff) | |
Notes
Diffstat (limited to 'sys/dev/awi')
| -rw-r--r-- | sys/dev/awi/if_awi_pccard.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/awi/if_awi_pccard.c b/sys/dev/awi/if_awi_pccard.c index 1a542e468629..346802ef2da1 100644 --- a/sys/dev/awi/if_awi_pccard.c +++ b/sys/dev/awi/if_awi_pccard.c @@ -143,11 +143,6 @@ awi_pccard_attach(device_t dev) ifp->if_name = "awi"; ifp->if_unit = device_get_unit(dev); - if (ifp->if_name == NULL) { - printf("awi%d: awi_pccard_attach: cannot get device name\n", - device_get_unit(dev)); - goto fail; - } snprintf(sc->sc_dev.dv_xname, sizeof(sc->sc_dev.dv_xname), "%s%d", ifp->if_name, ifp->if_unit); |
