Changeset cec130b in mainline


Ignore:
Timestamp:
2017-12-21T08:27:10Z (6 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e9d600c2
Parents:
fd312d5
Message:

Jumping out of the read cycle upon error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbdiag/tests.c

    rfd312d5 rcec130b  
    101101                        remaining -= transferred;
    102102                }
     103
     104                if (rc)
     105                        break;
    103106        }
    104107
Note: See TracChangeset for help on using the changeset viewer.