Changes in uspace/drv/ohci/hc.c [2df648c2:8953514] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/hc.c

    r2df648c2 r8953514  
    343343{
    344344        assert(instance);
     345        usb_log_debug("OHCI(%p) interrupt: %x.\n", instance, status);
    345346        if ((status & ~I_SF) == 0) /* ignore sof status */
    346347                return;
    347         usb_log_debug2("OHCI(%p) interrupt: %x.\n", instance, status);
    348348        if (status & I_RHSC)
    349349                rh_interrupt(&instance->rh);
Note: See TracChangeset for help on using the changeset viewer.