]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: firewire-lib: Avoid -Wflex-array-member-not-at-end warning
authorGustavo A. R. Silva <gustavoars@kernel.org>
Tue, 26 Mar 2024 01:59:34 +0000 (19:59 -0600)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 Mar 2024 11:16:50 +0000 (12:16 +0100)
commit1d717123bb1a7555a432e51a41709badf8545dba
tree2fa1b1782084d7b2cfcb3f87264b387eb98319a1
parent4cece764965020c22cff7665b18a012006359095
ALSA: firewire-lib: Avoid -Wflex-array-member-not-at-end warning

Use the `DEFINE_FLEX()` helper for an on-stack definition of a
flexible structure where the size of the flexible-array member
is known at compile-time, and refactor the rest of the code,
accordingly.

So, with these changes, fix the following warning:
sound/firewire/amdtp-stream.c:1184:46: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]

Link: https://github.com/KSPP/linux/issues/202
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Message-ID: <ZgIsBqoMb7p3fMDr@neat>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/amdtp-stream.c