Re: [PATCH 2/8] crypto: Use ERR_CAST

From: Herbert Xu
Date: Tue May 25 2010 - 20:37:19 EST


On Sat, May 22, 2010 at 11:59:48AM +0200, Julia Lawall wrote:
> From: Julia Lawall <julia@xxxxxxx>
>
> Use ERR_CAST(x) rather than ERR_PTR(PTR_ERR(x)). The former makes more
> clear what is the purpose of the operation, which otherwise looks like a
> no-op.

Patch applied. Thanks Julia.
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/