[Devel] Re: [patch i2o 1/6] i2o_cfg_passthru cleanup

Alan Cox alan at lxorguk.ukuu.org.uk
Tue May 15 09:42:51 PDT 2007


> -      cleanup:
> +cleanup:
>  	kfree(reply);
> +	if (msg)
> +out:
> +		i2o_msg_nop(c, msg);

Put the label before the if. Much saner that way


>  	kfree(reply);
> +	if (msg)
> +out:
> +		i2o_msg_nop(c, msg);
>  	return rcode;

Ditto




More information about the Devel mailing list