hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/usb/audio-v3.h
....@@ -109,7 +109,7 @@
109109 __u8 bSourceID;
110110 /* bmaControls is actually u32,
111111 * but u8 is needed for the hybrid parser */
112
- __u8 bmaControls[0]; /* variable length */
112
+ __u8 bmaControls[]; /* variable length */
113113 /* wFeatureDescrStr omitted */
114114 } __attribute__((packed));
115115