Stop xe claiming ownership of every card passed to xe_pccard_match.
Found by: Pete Carss <itinerant at mac dot com> Reviewed by: imp (mentor) Pointy hat to: rsm
This commit is contained in:
parent
64b26340c2
commit
8c727ff7fc
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user