Ignore:
Timestamp:
2017-12-08T21:03:35Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f77c1c9
Parents:
9eb1ff5
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-07 18:20:13)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-08 21:03:35)
Message:

Add str_error() in numerous places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/ehci_batch.c

    r9eb1ff5 rc1694b6b  
    234234                            -= td_remain_size(ehci_batch->tds[i]);
    235235                } else {
    236                         usb_log_debug("Batch %p found error TD(%zu):%08x (%d).",
     236                        usb_log_debug("Batch %p found error TD(%zu):%08x: %s.",
    237237                            ehci_batch->usb_batch, i,
    238238                            ehci_batch->tds[i]->status,
    239                             ehci_batch->usb_batch->error);
     239                            str_error_name(ehci_batch->usb_batch->error));
    240240                        /* Clear possible ED HALT */
    241241                        qh_clear_halt(ehci_batch->qh);
Note: See TracChangeset for help on using the changeset viewer.