diff mbox series

MAINTAINERS: repair file entry for STARFIVE JH7110 MMC/SD/SDIO DRIVER

Message ID 20230215080203.27445-1-lukas.bulwahn@gmail.com (mailing list archive)
State Not Applicable
Delegated to: Conor Dooley
Headers show
Series MAINTAINERS: repair file entry for STARFIVE JH7110 MMC/SD/SDIO DRIVER | expand

Checks

Context Check Description
conchuod/tree_selection fail Failed to apply to next/pending-fixes or riscv/for-next

Commit Message

Lukas Bulwahn Feb. 15, 2023, 8:02 a.m. UTC
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(-)

Comments

Ulf Hansson Feb. 15, 2023, 12:41 p.m. UTC | #1
On Wed, 15 Feb 2023 at 09:02, Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> 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>

Thanks for the patch!

However, this time William needed to send a new version of the
complete series to fix other problems too, which then also
incorporated a fix for the mistake in the MAINTAINERS file. I have
decided that it was easier for me to replace the old commits with a
rebase.

Kind regards
Uffe

> ---
>  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
>
diff mbox series

Patch

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>