diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2020-09-08 11:03:04 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-09-08 11:54:00 +0200 |
commit | d034731bb4b4f2bf5f378231a6d99e59c2cb59f6 (patch) | |
tree | 802da59ebb49d75b6728d43ee191a0190a9ee6dc /MAINTAINERS | |
parent | Merge tag 'v5.9-rc4' into patchwork (diff) | |
download | linux-d034731bb4b4f2bf5f378231a6d99e59c2cb59f6.tar.xz linux-d034731bb4b4f2bf5f378231a6d99e59c2cb59f6.zip |
media: vivid: fix compile warning/error
Fix this warning:
vivid-core.c: In function 'vivid_create_devnodes':
vivid-core.c:1318:11: warning: unused variable 'i' [-Wunused-variable]
1318 | int ret, i;
| ^
and this error:
vivid-core.c: In function 'vivid_create_instance':
vivid-core.c:1885:47: error: 'cec_tx_bus_cnt' undeclared (first use in this function)
1885 | ret = vivid_create_devnodes(pdev, dev, inst, cec_tx_bus_cnt,
| ^~~~~~~~~~~~~~
vivid-core.c:1885:47: note: each undeclared identifier is reported only once for each function it appears in
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions