Revision b9d38e95 hw/pxa2xx_pcmcia.c

b/hw/pxa2xx_pcmcia.c
193 193
        return -ENOENT;
194 194

  
195 195
    s->card->detach(s->card->state);
196
    s->card->slot = 0;
197
    s->card = 0;
196
    s->card->slot = NULL;
197
    s->card = NULL;
198 198

  
199 199
    s->slot.attached = 0;
200 200

  

Also available in: Unified diff