A file pattern line in this section of the MAINTAINERS file in linux-next
does not have a match in the linux source files.
This could occur because a matching filename was never added, was deleted
or renamed in some other commit.
The commits that added and if found renamed or removed the file pattern
are shown below.
Please fix this defect appropriately.
1: ---------------------------------------------------------------------------
linux-next MAINTAINERS section:
14342 SOC-CAMERA V4L2 SUBSYSTEM
14343 L: [email protected]
14344 T: git git://linuxtv.org/media_tree.git
14345 S: Orphan
14346 F: include/media/soc*
14347 F: drivers/media/i2c/soc_camera/
--> 14348 F: drivers/media/platform/soc_camera/
2: ---------------------------------------------------------------------------
The most recent commit that added or modified file pattern
'drivers/media/platform/soc_camera/':
commit 90d72ac6e1c3c65233a13816770fb85c8831bff2
Author: Mauro Carvalho Chehab <[email protected]>
Date: Sat Sep 15 17:59:42 2012 -0300
MAINTAINERS: fix the path for the media drivers that got renamed
Due to the media tree path renaming, several drivers change their
location. Update MAINTAINERS accordingly.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
MAINTAINERS | 43 +++++++++++++++++++++----------------------
1 file changed, 21 insertions(+), 22 deletions(-)
3: ---------------------------------------------------------------------------
The last commit with a real presence of file pattern
'drivers/media/platform/soc_camera/':
commit 82c5de0ab8dbd6035223ad69e76bd8a88a0a9399
Author: Christoph Hellwig <[email protected]>
Date: Tue Dec 25 13:29:54 2018 +0100
dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
All users of dma_declare_coherent want their allocations to be
exclusive, so default to exclusive allocations.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Documentation/DMA-API.txt | 9 +-------
arch/arm/mach-imx/mach-imx27_visstrim_m10.c | 12 ++++-------
arch/arm/mach-imx/mach-mx31moboard.c | 3 +--
arch/sh/boards/mach-ap325rxa/setup.c | 5 ++---
arch/sh/boards/mach-ecovec24/setup.c | 6 ++----
arch/sh/boards/mach-kfr2r09/setup.c | 5 ++---
arch/sh/boards/mach-migor/setup.c | 5 ++---
arch/sh/boards/mach-se/7724/setup.c | 6 ++----
arch/sh/drivers/pci/fixups-dreamcast.c | 3 +--
.../platform/soc_camera/sh_mobile_ceu_camera.c | 3 +--
drivers/usb/host/ohci-sm501.c | 3 +--
drivers/usb/host/ohci-tmio.c | 2 +-
include/linux/dma-mapping.h | 7 ++----
kernel/dma/coherent.c | 25 ++++++----------------
14 files changed, 29 insertions(+), 65 deletions(-)