diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2022-03-08 14:26:30 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-05-13 12:02:17 +0300 |
commit | abba6f4fb2f4ea6075c41fe668b9c59aff5e92d7 (patch) | |
tree | 5757eaef0c2f4cc51c8b4cb44f6a81e47d2506eb /MAINTAINERS | |
parent | 8551ed70dda9fb9e1c4d0ef98c2fa69c24fe4f60 (diff) | |
download | linux-abba6f4fb2f4ea6075c41fe668b9c59aff5e92d7.tar.xz |
media: MAINTAINERS: rectify entry for MEDIATEK MEDIA DRIVER
Commit 9cdd70ceb6fa ("media: dt-bindings: media: mtk-vcodec: Separate video
encoder and decoder dt-bindings") converts and splits mediatek-vcodec.txt
to mediatek,vcodec-{de,en}coder.yaml, but missed to adjust its reference
in MAINTAINERS.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Repair this file reference in MEDIATEK MEDIA DRIVER.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8c114be6cbba..65d1abeb1a70 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12391,7 +12391,7 @@ MEDIATEK MEDIA DRIVER M: Tiffany Lin <tiffany.lin@mediatek.com> M: Andrew-CT Chen <andrew-ct.chen@mediatek.com> S: Supported -F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt +F: Documentation/devicetree/bindings/media/mediatek,vcodec*.yaml F: Documentation/devicetree/bindings/media/mediatek-vpu.txt F: drivers/media/platform/mediatek/vcodec/ F: drivers/media/platform/mediatek/vpu/ |