commit | b4d4dfbcbb737b91bbf07c92891b2496a651be7e | [log] [tgz] |
---|---|---|
author | Benjamin Romer <benjamin.romer@unisys.com> | Mon Feb 08 10:41:53 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 11 19:37:15 2016 -0800 |
tree | 98f42700e8b17b304878c32d2dff0dbba622b391 | |
parent | 05f1b17ec7aad4381e5a2ba3e99dc9925b4eebcb [diff] |
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>