staging: unisys: visorhba: main path needs to flow down the left margin
authorTim Sell <Timothy.Sell@unisys.com>
Fri, 6 May 2016 17:11:22 +0000 (13:11 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 May 2016 12:15:18 +0000 (14:15 +0200)
commit825157aedabc2b4c0cb3152012b00ea0bdcd6fac
treef498201e7d8bbe7a6e6e1795ccf699666b93acf4
parent73ba8afe33e22b4bae26098add458bed3e666bc2
staging: unisys: visorhba: main path needs to flow down the left margin

In del_scsipending_ent(), the error-path and main-path were switched, so
the error-path is handled like 'if (err) return;', and the main-path flows
down the left margin.  This also allowed us to remove the initialization of
"sent".

Signed-off-by: Tim Sell <Timothy.Sell@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorhba/visorhba_main.c