Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: repair file entry for STARFIVE JH7110 MMC/SD/SDIO DRIVER
@ 2023-02-15  8:02 Lukas Bulwahn
  2023-02-15 12:41 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2023-02-15  8:02 UTC (permalink / raw)
  To: William Qiu, Ulf Hansson
  Cc: linux-riscv, linux-mmc, kernel-janitors, linux-kernel,
	Lukas Bulwahn

Commit bfde6b3869f5 ("mmc: starfive: Add sdio/emmc driver support") adds a
section in MAINTAINERS refering to the file drivers/mmc/dw_mmc-starfive.c,
but the file is actually located at drivers/mmc/host/dw_mmc-starfive.c.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair this file entry in STARFIVE JH7110 MMC/SD/SDIO DRIVER.

Fixes: bfde6b3869f5 ("mmc: starfive: Add sdio/emmc driver support")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 945b86f93cf7..74a30e724f7c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19935,7 +19935,7 @@ STARFIVE JH7110 MMC/SD/SDIO DRIVER
 M:	William Qiu <william.qiu@starfivetech.com>
 S:	Maintained
 F:	Documentation/devicetree/bindings/mmc/starfive*
-F:	drivers/mmc/dw_mmc-starfive.c
+F:	drivers/mmc/host/dw_mmc-starfive.c
 
 STARFIVE JH71XX PMU CONTROLLER DRIVER
 M:	Walker Chen <walker.chen@starfivetech.com>
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-15 12:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-15  8:02 [PATCH] MAINTAINERS: repair file entry for STARFIVE JH7110 MMC/SD/SDIO DRIVER Lukas Bulwahn
2023-02-15 12:41 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox