[BUG? KERNEL 2.6.34-rc5-git5] pccard_validate_cis WARN_ON error

Komuro komurojun-mbn at nifty.com
Wed Apr 28 20:40:46 EDT 2010


Hi,

After issuing the "pccardctl reset",
I get the WARN_ON error from pccard_validate_cis
and the card does not work.

(Megahertz multi-function card)


WARNING: at drivers/pcmcia/cistpl.c:1488 pccard_validate_cis+0x32/0x2c6()


int pccard_validate_cis(struct pcmcia_socket *s, unsigned int *info)
{
        tuple_t *tuple;
        cisparse_t *p;
        unsigned int count = 0;
        int ret, reserved, dev_ok = 0, ident_ok = 0;

        if (!s)
                return -EINVAL;

        if (s->functions) {
                WARN_ON(1);                       <= HERE
                return -EINVAL;
        }

Best Regards
Komuro




More information about the linux-pcmcia mailing list