aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorHans Verkuil <[email protected]>2020-09-08 11:03:04 +0200
committerMauro Carvalho Chehab <[email protected]>2020-09-08 11:54:00 +0200
commitd034731bb4b4f2bf5f378231a6d99e59c2cb59f6 (patch)
tree802da59ebb49d75b6728d43ee191a0190a9ee6dc /tools/perf/scripts/python/bin
parentd13ee586e026e8166231e03e5345718ebf625c02 (diff)
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 <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions