From b6607329778b331312eddf64904f4edf8e4713d4 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 26 Jan 2005 05:40:37 +0000 Subject: [PATCH] Kill stray debugging line not fully removed --- sys/dev/ed/if_ed_pccard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index 7778939df926..f508e98c2bde 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -144,6 +144,7 @@ static const struct ed_product { { PCMCIA_CARD(EDIMAX, EP4000A, 0), 0}, { PCMCIA_CARD(EPSON, EEN10B, 0), 0}, { PCMCIA_CARD(EXP, THINLANCOMBO, 0), 0}, + { PCMCIA_CARD(IBM, HOME_AND_AWAY, 0), 0}, { PCMCIA_CARD(IBM, INFOMOVER, 0), 0}, { PCMCIA_CARD(IODATA3, PCLAT, 0), 0}, { PCMCIA_CARD(KINGSTON, KNE2, 0), 0}, @@ -200,7 +201,6 @@ ed_pccard_match(device_t dev) if ((pp = (const struct ed_product *) pccard_product_lookup(dev, (const struct pccard_product *) ed_pccard_products, sizeof(ed_pccard_products[0]), NULL)) != NULL) { - pp - ed_pccard_products, pp->flags); if (pp->prod.pp_name != NULL) device_set_desc(dev, pp->prod.pp_name); return (0);