Skip to content
Commit 4a8fbd88 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

USB host: More fixes from last changes.. MSC block read and write must again...

USB host:  More fixes from last changes.. MSC block read and write must again return number of blocks on success.  Fix numerous places where the assumption the ret == OK means success.  Since the transfer method now returns the number of byte transfered, the correct test for success is ret >= 0
parent 3474a553
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment