[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1553566409-23873-1-git-send-email-yamada.masahiro@socionext.com>
Date: Tue, 26 Mar 2019 11:13:29 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Jiri Kosina <trivial@...nel.org>
Cc: linux-kernel@...r.kernel.org, Joe Perches <joe@...ches.com>,
Masahiro Yamada <yamada.masahiro@...ionext.com>
Subject: [PATCH] MAINTAINERS: fix the file path of uniphier-mdmac.c
The pattern drivers/dmaengine/uniphier-mdmac.c has no match in the
source tree.
The correct path is drivers/dma/uniphier-mdmac.c
Reported-by: Joe Perches <joe@...ches.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3e5a5d2..bfb1557 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2356,7 +2356,7 @@ F: arch/arm/mm/cache-uniphier.c
F: arch/arm64/boot/dts/socionext/uniphier*
F: drivers/bus/uniphier-system-bus.c
F: drivers/clk/uniphier/
-F: drivers/dmaengine/uniphier-mdmac.c
+F: drivers/dma/uniphier-mdmac.c
F: drivers/gpio/gpio-uniphier.c
F: drivers/i2c/busses/i2c-uniphier*
F: drivers/irqchip/irq-uniphier-aidet.c
--
2.7.4
Powered by blists - more mailing lists