commit | 3a90b50a32b6b8a2d66dc10c19e3c15d5bd1a092 | [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 | 80af0fed237aca17e1d32625a77426dbd49cf47f [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>