[BUG PCMCIA] 2.6.19-rc5-mm2 broke 3c589_cs.c
Komuro
komurojun-mbn at nifty.com
Sun Nov 19 19:22:28 EST 2006
Dear Dominik
The kernel 2.6.19-rc5-mm2 broke 3c589_cs.c.
You remove the "link->conf.Present = parse.config.rmask[0]" from tc589_config.
But link->conf.Present is also set at tc589_probe,
so please do not remove this line from tc589_config.
static int tc589_probe(struct pcmcia_device *link)
{
...
link->conf.Present = PRESENT_OPTION;
...
}
static int tc589_config(struct pcmcia_device *link)
{
...
link->conf.Present = parse.config.rmask[0]; <= do not remove!!
...
}
Best Regards
Komuro
More information about the linux-pcmcia
mailing list