On Fri, Jul 31, 2015 at 03:52:18PM -0500, Aaron Sierra wrote: > > @@ -2905,8 +2919,7 @@ static int talitos_probe(struct platform_device *ofdev) > priv->reg = of_iomap(np, 0); > if (!priv->reg) { > dev_err(dev, "failed to of_iomap\n"); > - err = -ENOMEM; > - goto err_out; > + return -ENOMEM; > } This is the only bit that seems remotely related to your change description. Please ensure that your patch actually corresponds to your changelog and do not include unrelated changes without documenting them. And even this bit is wrong because you're leaking priv. Cheers, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html