kernel/include/linux/usb/audio-v3.h
.. .. @@ -109,7 +109,7 @@ 109 109 __u8 bSourceID; 110 110 /* bmaControls is actually u32, 111 111 * but u8 is needed for the hybrid parser */ 112 - __u8 bmaControls[0]; /* variable length */112 + __u8 bmaControls[]; /* variable length */113 113 /* wFeatureDescrStr omitted */ 114 114 } __attribute__((packed)); 115 115