]> git.baikalelectronics.ru Git - kernel.git/commit
staging: unisys: remove unnecessary goto
authorBenjamin Romer <benjamin.romer@unisys.com>
Mon, 8 Feb 2016 15:41:53 +0000 (10:41 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2016 03:37:15 +0000 (19:37 -0800)
commitbe5d7b1e86cf54e851ed05b06b6e7a84dc148c83
tree98f42700e8b17b304878c32d2dff0dbba622b391
parent6dcb1cffcdaa9bcfc701c88006b98b16b65eb54d
staging: unisys: remove unnecessary goto

parser_param_start() had a goto Away, which went to nothing but
a return statement. Remove the goto, the CamelCased label, and
just return directly.

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