Correct typo. Return ENXIO instead of EIO.

This commit is contained in:
emax 2004-11-19 18:54:54 +00:00
parent 74d2e3d5a7
commit 9f3a10cb66

View File

@ -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);