Merge branch 'i2c/for-current-fixed' into i2c/for-5.8

This commit is contained in:
Wolfram Sang 2020-05-20 15:27:45 +02:00
commit f89c326dca
915 changed files with 9376 additions and 5287 deletions

View file

@ -83,7 +83,7 @@ struct wilco_ec_response {
u16 result;
u16 data_size;
u8 reserved[2];
u8 data[0];
u8 data[];
} __packed;
/**