]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: atmel-i2c - drop redundant void * callback cast in enqueue
authorThorsten Blum <thorsten.blum@linux.dev>
Fri, 15 May 2026 20:29:48 +0000 (22:29 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 May 2026 12:25:30 +0000 (20:25 +0800)
commit01c8d5662dd2f11a705edc55be3583b05288a26b
treeb7809a6012878ade51131f658c722026c94eebbe
parent43079e21ff53c6a77e669cec5b5b673b45f46e87
crypto: atmel-i2c - drop redundant void * callback cast in enqueue

The callback already has the correct type - remove the redundant cast.

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