/*
SS_DETECT events need a small delay here. The reason for this is that
the "is there a card" electronics need time to see the card after the
"we have a card coming in" electronics have seen it.
*/
if (events & SS_DETECT)
mdelay(4);
Unfortunately, there are no specifics about the problem. Since I'm
eliminating the work queue handlers in the pcmcia socket drivers,
this fix doesn't have a logical place inside the socket driver itself.
However, I don't want to loose the fix - it is there to work around some
problem someone was seeing. If anyone had a problem around this time,
and this fixed it for them, please get in contact with me.
Thanks.
-- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/