[PATCH 6/9] pcmcia: convert net pcmcia drivers to use new CIS helpers

Komuro komurojun-mbn at nifty.com
Mon Oct 26 08:59:59 EDT 2009


Hi,


xirc2ps_cs.c is broken by recent Dominik patch.

"buf" in xirc2ps_config becomes NULL , so set_card_type does not work.


xirc2ps_config(struct pcmcia_device * link)

.......

    if (!set_card_type(link, buf)) {                         <<<< Here!
        printk(KNOT_XIRC "this card is not supported\n");
        goto failure;
    }


Best Regards
Komuro



More information about the linux-pcmcia mailing list