]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: atmel-sha204a - Drop redundant I2C_FUNC_I2C check
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 4 Mar 2026 08:24:02 +0000 (09:24 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 15 Mar 2026 04:23:12 +0000 (13:23 +0900)
commitf06b4ee3351dee90d422305d164a7aa353c5fdd1
treeb72121b098da8605a921869743487b9c22b06572
parent1e84df6ccfcb342262b02dfdb723eaad50a0b6c9
crypto: atmel-sha204a - Drop redundant I2C_FUNC_I2C check

atmel_i2c_probe() already verifies I2C_FUNC_I2C - remove the redundant
check in atmel_sha204a_probe().

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/atmel-sha204a.c