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
_______________________________________________
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia