[PATCH 1/1] pcmcia: do not initialize the present flag too late.

2010-07-05 Thread Dominik Brodowski
The "present" flag was initialized too late -- possibly, a card was already registered at this time, so re-setting the flag to 0 caused pcmcia_dev_present() to fail. Reported-by: Mikulas Patocka Signed-off-by: Dominik Brodowski --- drivers/pcmcia/ds.c |3 +-- 1 files changed, 1 insertions(+

Re: [PATCH 1/1] pcmcia: do not initialize the present flag too late.

2010-07-05 Thread Peter Stuge
Dominik Brodowski wrote: > The "present" flag was initialized too late -- possibly, a card > was already registered at this time, so re-setting the flag to 0 > caused pcmcia_dev_present() to fail. Might this have caused irq 16: nobody cared when I insert a pcmcia card during resume? //Peter ___

Re: [PATCH 1/1] pcmcia: do not initialize the present flag too late.

2010-07-08 Thread Dominik Brodowski
On Mon, Jul 05, 2010 at 09:40:27PM +0200, Peter Stuge wrote: > Dominik Brodowski wrote: > > The "present" flag was initialized too late -- possibly, a card > > was already registered at this time, so re-setting the flag to 0 > > caused pcmcia_dev_present() to fail. > > Might this have caused irq 1