]> git.karo-electronics.de Git - linux-beck.git/commit
staging: unisys: get rid of goto in create_bus_instance()
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 23 Feb 2016 15:01:52 +0000 (10:01 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Feb 2016 06:40:52 +0000 (22:40 -0800)
commitc2c667d6bd78794bc3ee63939786caafe2169a4b
tree77df370940e95142d9d09ff089ad68b4f3dd4c9e
parentf99d3308c5490c3bf72a7d4929bb76443daa2097
staging: unisys: get rid of goto in create_bus_instance()

Remove the unnecessary rc and goto messiness, and just handle freeing
the memory before returning an error in the one place where that needs
to happen.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorbus_main.c