diff --git a/drivers/bluetooth/realtek/rtk_misc.c b/drivers/bluetooth/realtek/rtk_misc.c index eed8d0a9..00e34763 100644 --- a/drivers/bluetooth/realtek/rtk_misc.c +++ b/drivers/bluetooth/realtek/rtk_misc.c @@ -69,7 +69,7 @@ struct cfg_list_item { struct list_head list; u16 offset; u8 len; - u8 data[0]; + u8 data[]; }; static struct list_head list_configs;