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@xxxxxxxxxxxxxx> Reviewed-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxx> > --- > 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 >