diff options
Diffstat (limited to 'drivers/pcmcia/cs.c')
-rw-r--r-- | drivers/pcmcia/cs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pcmcia/cs.c b/drivers/pcmcia/cs.c index 613f2f1fbfdd..45cffbf285c2 100644 --- a/drivers/pcmcia/cs.c +++ b/drivers/pcmcia/cs.c | |||
@@ -406,8 +406,6 @@ static void socket_shutdown(struct pcmcia_socket *s) | |||
406 | cb_free(s); | 406 | cb_free(s); |
407 | #endif | 407 | #endif |
408 | s->functions = 0; | 408 | s->functions = 0; |
409 | kfree(s->config); | ||
410 | s->config = NULL; | ||
411 | 409 | ||
412 | s->ops->get_status(s, &status); | 410 | s->ops->get_status(s, &status); |
413 | if (status & SS_POWERON) { | 411 | if (status & SS_POWERON) { |