Minor style problem I introduced recently

This commit is contained in:
Warner Losh 2001-11-15 06:44:43 +00:00
parent 34e4437eb0
commit b9efeffff0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86386

View File

@ -124,11 +124,11 @@ an_pccard_match(device_t dev)
const struct pccard_product *pp;
if ((pp = pccard_product_lookup(dev, an_pccard_products,
sizeof(an_pccard_products[0]), NULL)) != NULL) {
device_set_desc(dev, pp->pp_name);
return 0;
sizeof(an_pccard_products[0]), NULL)) != NULL) {
device_set_desc(dev, pp->pp_name);
return (0);
}
return ENXIO;
return (ENXIO);
}
static int