jhb 2003/04/09 14:24:23 PDT
FreeBSD src repository
Modified files:
sys/dev/pccard pccard.c
Log:
Fix a logic bug in previous commit (use || rather than &&). In order to
terminate the loop only when both the name and vendor are zero, we should
keep looping so long as either one is not zero.
Revision Changes Path
1.77 +1 -1 src/sys/dev/pccard/pccard.c