commit | ae76e13477d8de0065cddbb6714e6b027562eaec | [log] [tgz] |
---|---|---|
author | Michal Nazarewicz <mina86@mina86.com> | Mon Jan 04 21:05:59 2016 +0100 |
committer | Felipe Balbi <balbi@kernel.org> | Fri Mar 04 15:14:32 2016 +0200 |
tree | 052b0a8c61aec73c5c251f5c7a0ab70892018ce2 | |
parent | b3591f67b9f9607fea5d854f9d481f44696d8ddc [diff] |
usb: f_fs: refactor ffs_epfile_io Eliminate one of the return paths by using a ‘goto error_mutex’ and rearrange some if-bodies which results in reduction of the indention level and thus hopefully makes the function easier to read and reason about. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Felipe Balbi <balbi@kernel.org>