[PATCH] staging: unisys: remove unnecessary goto

Greg KH gregkh at linuxfoundation.org
Sun Feb 7 22:06:25 UTC 2016


On Mon, Dec 07, 2015 at 10:58:36AM -0500, Benjamin Romer wrote:
> 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 at unisys.com>
> ---
>  drivers/staging/unisys/visorbus/visorchipset.c | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)

Didn't apply to my tree :(


More information about the devel mailing list