staging: unisys: visorbus: rename create_visor_device gotos
authorDavid Kershner <david.kershner@unisys.com>
Sun, 13 Mar 2016 02:27:12 +0000 (21:27 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
commit0b2acf34f3680c4b0857625af667dcd53d39028e
treed0306c6f25440f30dcbf88c4dcdfd2cc4489ff32
parent8e33f48c9585c82258c8bef1d93149ca27f8d91d
staging: unisys: visorbus: rename create_visor_device gotos

Away is ambiguous when specifying error vs success. Make return labels
more meaningful by marking them as error paths.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Timothy Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorbus_main.c