diff options
author | Uwe Kleine-König <u.kleine-koenig@baylibre.com> | 2024-09-18 14:31:52 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-10-05 13:22:05 +0800 |
commit | d86ad3911a5d4549297ed810ee450e5772fd665f (patch) | |
tree | c83cea2629dd2ad2b051100a86be8ef15692ca5d /tools/perf/scripts/python/task-analyzer.py | |
parent | 7bfdfd83e952c95741f3ef96ffebc5403c6a4dfc (diff) |
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 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions