Correct typo. Return ENXIO instead of EIO.
This commit is contained in:
parent
74d2e3d5a7
commit
9f3a10cb66
@ -597,7 +597,7 @@ bt3c_pccard_match(device_t dev)
|
||||
pp = pccard_product_lookup(dev, bt3c_pccard_products,
|
||||
sizeof(bt3c_pccard_products[0]), NULL);
|
||||
if (pp == NULL)
|
||||
return (EIO);
|
||||
return (ENXIO);
|
||||
|
||||
device_set_desc(dev, pp->pp_name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user