--- sys/dev/fdc/fdc_pccard.c 2008-11-22 16:59:38.000000000 +0800 +++ /var/current/mysrc/sys/dev/fdc/fdc_pccard.c 2008-11-23 21:48:32.000000000 +0800 @@ -85,10 +85,9 @@ static int fdc_pccard_probe(device_t dev) { - const struct pccard_product *pp; - if ((pp = pccard_product_lookup(dev, fdc_pccard_products, - sizeof(fdc_pccard_products[0]), NULL)) != NULL) { + if (pccard_product_lookup(dev, fdc_pccard_products, + sizeof(fdc_pccard_products[0]), NULL) != NULL) { device_set_desc(dev, "PC Card Floppy"); return (0); }