media: vidtv: remove unused field from 'struct vidtv_mpeg_ts'
Commit3d1387b3b8
("media: vidtv: fix some warnings") replaced the unused flexible array member at the end of struct vidtv_mpeg_ts with a pointer. This broke the 188-byte alignment since the struct no longer was 4 bytes in size. Fix this by removing this field entirely. Fixes:3d1387b3b8
("media: vidtv: fix some warnings") Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
0a933a7f73
commit
4671c204dd
|
@ -44,7 +44,6 @@ struct vidtv_mpeg_ts {
|
|||
u8 adaptation_field:1;
|
||||
u8 scrambling:2;
|
||||
} __packed;
|
||||
struct vidtv_mpeg_ts_adaption *adaption;
|
||||
} __packed;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue