diff --git a/[refs] b/[refs] index 426ed3876a42..fafad35af5d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 115c1ce524869309e4bddcfc3dd112ac76b92def +refs/heads/master: 84d79cb8db2811140c911df7ce3e3354cfa018c4 diff --git a/trunk/include/linux/usb_cdc.h b/trunk/include/linux/usb_cdc.h index 1b68c122279a..f22d6beecc73 100644 --- a/trunk/include/linux/usb_cdc.h +++ b/trunk/include/linux/usb_cdc.h @@ -114,7 +114,7 @@ struct usb_cdc_mdlm_detail_desc { /* type is associated with mdlm_desc.bGUID */ __u8 bGuidDescriptorType; - __u8 bDetailData[]; + __u8 bDetailData[0]; } __attribute__ ((packed)); /*-------------------------------------------------------------------------*/