commit | 93ead7c9483c6d7ae0f67ae6d0a5d3966d84bec8 | [log] [tgz] |
---|---|---|
author | Gimcuan Hui <gimcuan@gmail.com> | Sat Nov 11 05:52:54 2017 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Dec 18 16:47:27 2017 +0100 |
tree | aa5df925bfd023273f4d5de96dfbb20cd405239f | |
parent | 73cf7e111ed69d8e1b59a3ae41b14bc77215e9ee [diff] |
drivers: base: omit redundant interations When error happens, these interators return the error, no interation should be continued, so make the change for getting out of while immediately. Signed-off-by: Gimcuan Hui <gimcuan@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>