diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-05-07 16:50:34 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-05-07 16:50:34 +0000 |
| commit | a66173abd23d53097fc2652627b8b370246f7935 (patch) | |
| tree | be7e8b6079841cd5f4d9f5190516de9ee7de2199 | |
| parent | e4b486696e8fa6b1cd26644304fbdfa259b23ddb (diff) | |
Notes
| -rw-r--r-- | sys/pccard/pcic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 5dff359f33b73..9bb7e01dabc9f 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -853,9 +853,9 @@ pcicintr(void *arg) pccard_event(sp->slt, card_inserted); } else { - cinfo.disable(sp->slt); pccard_event(sp->slt, card_removed); + cinfo.disable(sp->slt); } } } |
