]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When attaching pccard and cardbus children, there's no need to set the
authorWarner Losh <imp@FreeBSD.org>
Fri, 21 May 2004 06:11:47 +0000 (06:11 +0000)
committerWarner Losh <imp@FreeBSD.org>
Fri, 21 May 2004 06:11:47 +0000 (06:11 +0000)
commit2a6c850c09ef7ae2a70015591e78e38eff364e4c
treee236d1290421ebdcfd7acf15f82ea601d6e0839b
parent2a829b00f488f1a33b4f0976593f08c13bf18c2b
When attaching pccard and cardbus children, there's no need to set the
device == NULL on failure.  A warning should suffice.

# I wrote this back before I understood the unattached but loosely bound
# newbus concept...
sys/dev/pccbb/pccbb.c