Andy Shevchenko <[email protected]> wrote:
> Use traditional error check pattern
>        ret = ...;
>        if (ret)
>                return ret;
>        ...
> instead of checking error code to be 0.
> 
> Signed-off-by: Andy Shevchenko <[email protected]>
> ---
> drivers/crypto/caam/ctrl.c | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to