]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: unisys: visorbus: keep the success path on the left
authorDavid Kershner <david.kershner@unisys.com>
Wed, 27 Sep 2017 17:14:20 +0000 (13:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Sep 2017 09:17:13 +0000 (11:17 +0200)
commit61f38f9a4240c4543ee9c6dd80fe4f96adc26d07
treedf6cab21d386871b22f4fdd4c78bed1de426fa85
parent5d1a7fd754e54af11cf2f9b874c427fd0a786fb4
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>
drivers/staging/unisys/visorbus/visorbus_main.c