diff options
| author | Scott Mitchell <rsm@FreeBSD.org> | 2004-04-11 16:34:29 +0000 |
|---|---|---|
| committer | Scott Mitchell <rsm@FreeBSD.org> | 2004-04-11 16:34:29 +0000 |
| commit | c70d9b301fbd092dc06f2875e4677ec44cd5d11d (patch) | |
| tree | b63d5107e2ee0ec6e2e55e3ed9a70bdfd7ba5594 /sys/dev/xe | |
| parent | fa9336b832723490e5dd918d3ecb2bd9fa100a43 (diff) | |
Notes
Diffstat (limited to 'sys/dev/xe')
| -rw-r--r-- | sys/dev/xe/if_xe_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xe/if_xe_pccard.c b/sys/dev/xe/if_xe_pccard.c index 0704e1ddb771..9c3cf8b486b0 100644 --- a/sys/dev/xe/if_xe_pccard.c +++ b/sys/dev/xe/if_xe_pccard.c @@ -408,7 +408,7 @@ xe_pccard_product_match(device_t dev, const struct pccard_product* ent, int vpfm pccard_get_prodext(dev, &prodext); if (xpp->prodext != prodext) - vpfmatch--; + vpfmatch = 0; return (vpfmatch); } |
