]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: atmel-sha204a - Drop of_device_id data
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Wed, 20 May 2026 07:01:28 +0000 (09:01 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 29 May 2026 05:55:58 +0000 (13:55 +0800)
commit5ec1a676301ad1adab10e6200ead363e5efb4e15
treea969eced4d7619e990b4b0125a7e573d174f681a
parent690a5f9e5c972a580565ce544ed1627ccf1e84de
crypto: atmel-sha204a - Drop of_device_id data

The driver binds to i2c devices only and thus in the absence of an
assignment for .data in the of_device_id array i2c_get_match_data()
falls back to .driver_data from the i2c_device_id array. So only provide
&atsha204_quality once to reduce duplication.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/atmel-sha204a.c