summaryrefslogtreecommitdiffstats
path: root/drivers/media/test-drivers
diff options
context:
space:
mode:
authorDaniel W. S. Almeida <dwlsalmeida@gmail.com>2020-12-24 16:04:01 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-01-27 11:47:02 +0100
commit4671c204dd5fe7f73dc7a47977e779f4a7a95508 (patch)
treec5c5296c4c93250d2874998303e84e7e5571a0c3 /drivers/media/test-drivers
parent0a933a7f73d6c545dcbecb4f7a92d272aef4417b (diff)
downloadlinux-4671c204dd5fe7f73dc7a47977e779f4a7a95508.tar.gz
linux-4671c204dd5fe7f73dc7a47977e779f4a7a95508.tar.bz2
linux-4671c204dd5fe7f73dc7a47977e779f4a7a95508.zip
media: vidtv: remove unused field from 'struct vidtv_mpeg_ts'
Commit 3d1387b3b8f6 ("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: 3d1387b3b8f6 ("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>
Diffstat (limited to 'drivers/media/test-drivers')
-rw-r--r--drivers/media/test-drivers/vidtv/vidtv_ts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/test-drivers/vidtv/vidtv_ts.h b/drivers/media/test-drivers/vidtv/vidtv_ts.h
index f5e8e1f37f05..09b4ffd02829 100644
--- a/drivers/media/test-drivers/vidtv/vidtv_ts.h
+++ b/drivers/media/test-drivers/vidtv/vidtv_ts.h
@@ -44,7 +44,6 @@ struct vidtv_mpeg_ts {
u8 adaptation_field:1;
u8 scrambling:2;
} __packed;
- struct vidtv_mpeg_ts_adaption *adaption;
} __packed;
/**