diff options
author | Uwe Kleine-König <u.kleine-koenig@baylibre.com> | 2024-09-18 15:31:52 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-10-05 08:22:05 +0300 |
commit | d86ad3911a5d4549297ed810ee450e5772fd665f (patch) | |
tree | c83cea2629dd2ad2b051100a86be8ef15692ca5d /scripts/lib/kdoc/kdoc_files.py | |
parent | 7bfdfd83e952c95741f3ef96ffebc5403c6a4dfc (diff) | |
download | linux-d86ad3911a5d4549297ed810ee450e5772fd665f.tar.xz |
crypto: atmel - Drop explicit initialization of struct i2c_device_id::driver_data to 0
These drivers don't use the driver_data member of struct i2c_device_id,
so don't explicitly initialize this member.
This prepares putting driver_data in an anonymous union which requires
either no initialization or named designators. But it's also a nice
cleanup on its own.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions