diff options
author | Laurent Pinchart <[email protected]> | 2024-05-01 14:54:39 +0300 |
---|---|---|
committer | Laurent Pinchart <[email protected]> | 2024-05-10 01:08:12 +0300 |
commit | 33108abc0e22f6f5d1209f4ba2b53cc94328f633 (patch) | |
tree | f2ab1c4aa0e347bc803664620ff6493d393bb38e | |
parent | b6041c9e9f2d85514358ed478c53dfabd4015e3b (diff) |
media: bcm2835-unicam: Fix driver path in MAINTAINERS
The MAINTAINERS file entry for the bcm2835-unicam driver incorrectly
references the non-existing drivers/media/platform/bcm2835/ path. Fix
it.
Fixes: 392cd78d495f ("media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface")
Reviewed-by: Hans Verkuil <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Laurent Pinchart <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 01b86927a7ad..ef6be9d95143 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4039,7 +4039,7 @@ M: Raspberry Pi Kernel Maintenance <[email protected]> S: Maintained F: Documentation/devicetree/bindings/media/brcm,bcm2835-unicam.yaml -F: drivers/media/platform/bcm2835/ +F: drivers/media/platform/broadcom/bcm2835-unicam* BROADCOM BCM47XX MIPS ARCHITECTURE M: Hauke Mehrtens <[email protected]> |