summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pccard/pcic_pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index d939ccd..c08de0b 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -894,8 +894,6 @@ pcic_pci_intr(void *arg)
pccard_event(sp->slt, card_removed);
}
}
- if (event & CB_SE_POWER)
- device_printf(sc->dev, "Power interrupt\n");
if (stat & CB_SS_BADVCC)
device_printf(sc->dev, "BAD Vcc request\n");
OpenPOWER on IntegriCloud