commit | 61f38f9a4240c4543ee9c6dd80fe4f96adc26d07 | [log] [tgz] |
---|---|---|
author | David Kershner <david.kershner@unisys.com> | Wed Sep 27 13:14:20 2017 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 28 11:17:13 2017 +0200 |
tree | df6cab21d386871b22f4fdd4c78bed1de426fa85 | |
parent | 5d1a7fd754e54af11cf2f9b874c427fd0a786fb4 [diff] |
staging: unisys: visorbus: keep the success path on the left The code was indenting for the successful path and then combining the error and success path for the rest of the function. Correct it so the success path is not indented. Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>