Changeset 837581fd in mainline for uspace/drv/bus/usb/xhci/hc.c


Ignore:
Timestamp:
2018-01-13T01:53:13Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
598733c9
Parents:
230ef1c
Message:

xhci: logging changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/hc.c

    r230ef1c r837581fd  
    507507        }
    508508
    509         usb_log_debug2("HC(%p): Polled status: %x", hc, *status);
     509        usb_log_debug2("Polled status: %x", hc, *status);
    510510        return EOK;
    511511}
     
    513513static int xhci_handle_mfindex_wrap_event(xhci_hc_t *hc, xhci_trb_t *trb)
    514514{
     515        usb_log_debug2("Microframe index wrapped.", hc, *status);
    515516        struct timeval tv;
    516517        getuptime(&tv);
     
    634635        xhci_rh_fini(&hc->rh);
    635636        pio_disable(hc->reg_base, RNGSZ(hc->mmio_range));
    636         usb_log_info("HC(%p): Finalized.", hc);
     637        usb_log_info("Finalized.");
    637638}
    638639
Note: See TracChangeset for help on using the changeset viewer.