summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2021-01-18 01:21:38 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-01-27 15:45:24 +0300
commita04e187d231086a1313fd635ac42bdbc997137ad (patch)
treeb99ee0044041ddd706e9af71c561c431c437d991 /tools/perf/scripts/python/net_dropmonitor.py
parentb2de3643c5024fc4fd128ba7767c7fb8b714bea7 (diff)
downloadlinux-a04e187d231086a1313fd635ac42bdbc997137ad.tar.xz
media: mtk-vcodec: fix argument used when DEBUG is defined
When DEBUG is defined this error occurs drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c:306:41: error: ā€˜i’ undeclared (first use in this function) mtk_v4l2_debug(2, "reg[%d] base=0x%p", i, dev->reg_base[VENC_SYS]); Reviewing the old line mtk_v4l2_debug(2, "reg[%d] base=0x%p", i, dev->reg_base[i]); All the i's need to be changed to VENC_SYS. Fix a similar error for VENC_LT_SYS. Fixes: 0dc4b3286125 ("media: mtk-vcodec: venc: support SCP firmware") Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions