mbox series

[0/3] ALSA: trivial conversions to struct_size()

Message ID 20190531095321.16002-1-tiwai@suse.de (mailing list archive)
Headers show
Series ALSA: trivial conversions to struct_size() | expand

Message

Takashi Iwai May 31, 2019, 9:53 a.m. UTC
Hi,

there are a few more places that can be better written with
struct_size() macro.  Let's replace them.


Takashi

===

Takashi Iwai (3):
  ALSA: control: Use struct_size()
  ALSA: hda: Use struct_size()
  ALSA: hda/ca0132: Use struct_size()

 sound/core/control.c         | 6 +-----
 sound/pci/hda/hda_codec.c    | 2 +-
 sound/pci/hda/patch_ca0132.c | 2 +-
 3 files changed, 3 insertions(+), 7 deletions(-)