summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2020-05-11 21:28:44 +0200
committerThierry Reding <treding@nvidia.com>2020-05-12 23:09:33 +0200
commit29238865dca7d86a44d8e0bf9f7d6c05ff5106f4 (patch)
tree4ed73ad6de1f7c4e15bec3c6c985587296f7d76f
parent8e3d01808ca2ff7293382eaa2e89a02d8d2ed685 (diff)
MAINTAINERS: correct path in TEGRA VIDEO DRIVER
Commit 423d10a99b30 ("media: tegra: Add Tegra210 Video input driver") added the driver to drivers/staging/media/tegra-video/, but commit 2c6b617f2cca ("MAINTAINERS: Add Tegra Video driver section") added a file entry referring to drivers/staging/media/tegra/. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains: warning: no file matches F: drivers/staging/media/tegra/ Adjust the file entry in TEGRA VIDEO DRIVER to the correct path. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Acked-by: Sowjanya Komatineni <skomatineni@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 63b412a15255..e85c4965cded 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16595,7 +16595,7 @@ L: linux-media@vger.kernel.org
L: linux-tegra@vger.kernel.org
S: Maintained
F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
-F: drivers/staging/media/tegra/
+F: drivers/staging/media/tegra-video/
TEGRA XUSB PADCTL DRIVER
M: JC Kuo <jckuo@nvidia.com>