diff options
author | Uwe Kleine-König <u.kleine-koenig@baylibre.com> | 2024-07-08 15:02:53 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-07-09 09:16:30 +0200 |
commit | d2eb433c8546363134cabca7a85c73086700aeec (patch) | |
tree | b4ab49f256a1627c5290dc476165105574c8f087 /sound/usb/pcm.c | |
parent | fefbbdfb59d3a20fd98734363e6dd9fa7cc65c70 (diff) |
ALSA: ppc: keywest: Drop explicit initialization of struct i2c_device_id::driver_data to 0
The driver doesn'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>
Link: https://patch.msgid.link/20240708130254.9631-2-u.kleine-koenig@baylibre.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/pcm.c')
0 files changed, 0 insertions, 0 deletions