commit | dc1f5988454d9dac8b9ba0c35266c8b4bc33ffa1 | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Fri Sep 12 18:55:26 2014 +1000 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Sep 23 12:51:06 2014 +0200 |
tree | d0f64bb67eed6836e88b5182f6822d46a458180a | |
parent | f0bc7fe3b75d2ae4aedb6da6f68ebb87f77d929b [diff] |
ohci: Convert fprint/DPRINTF/print to traces This converts many kinds of debug prints to traces. This implements packets logging to avoid unnecessary calculations if usb_ohci_td_pkt_short/usb_ohci_td_pkt_long is not enabled. This makes OHCI errors (such as "DMA error") invisible by default. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>