commit | 331b30f27bbeeec7604b77bf3ae792a90fab336f | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue May 07 06:57:39 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu May 09 19:52:55 2019 -0400 |
tree | f83c7bf586af88cc5d97dbd3e13496970d2fef54 | |
parent | e17166581545414307df8cf332e50435310e8ca0 [diff] |
usb: ohci: ohci-da8xx: Cleanup Error handling and fix flags Per feedback from Marek, he suggested better handling and to enable DM_FLAG_OS_PREPARE, this patch re-orders some of the error checking, and errors returns the error code right away and also sets DM_FLAG_OS_PREPARE. Signed-off-by: Adam Ford <aford173@gmail.com>