[PATCH] crypto: atmel-i2c - Simplify return code in probe function
Claudiu.Beznea at microchip.com
Claudiu.Beznea at microchip.com
Wed May 4 00:33:45 PDT 2022
On 29.04.2022 17:03, Uwe Kleine-König wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> There is no semantical change introduced by this change.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
Reviewed-by: Claudiu Beznea <claudiu.beznea at microchip.com>
> ---
> drivers/crypto/atmel-i2c.c | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/drivers/crypto/atmel-i2c.c b/drivers/crypto/atmel-i2c.c
> index 6fd3e969211d..384865ef96ce 100644
> --- a/drivers/crypto/atmel-i2c.c
> +++ b/drivers/crypto/atmel-i2c.c
> @@ -364,11 +364,7 @@ int atmel_i2c_probe(struct i2c_client *client, const struct i2c_device_id *id)
>
> i2c_set_clientdata(client, i2c_priv);
>
> - ret = device_sanity_check(client);
> - if (ret)
> - return ret;
> -
> - return 0;
> + return device_sanity_check(client);
> }
> EXPORT_SYMBOL(atmel_i2c_probe);
>
> --
> 2.35.1
>
More information about the linux-arm-kernel
mailing list