Remove extra debugging that crept in with the integration from p4.
This commit is contained in:
parent
5c156336eb
commit
ef8984f5dc
@ -485,7 +485,7 @@ cbb_event_thread(void *arg)
|
||||
*/
|
||||
mtx_lock(&Giant);
|
||||
status = cbb_get(sc, CBB_SOCKET_STATE);
|
||||
DPRINTF(("Status is 0x%x %x\n", status, sc->bsh));
|
||||
DPRINTF(("Status is 0x%x\n", status));
|
||||
if (!CBB_CARD_PRESENT(status)) {
|
||||
not_a_card = 0; /* We know card type */
|
||||
cbb_removal(sc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user