2023-05-05 05:15:15

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: remove section INTEL MENLOW THERMAL DRIVER

Commit 2b6a7409ac39 ("thermal: intel: menlow: Get rid of this driver")
removes the driver drivers/thermal/intel/intel_menlow.c, but misses to
remove its reference in MAINTAINERS.

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

Remove the INTEL MENLOW THERMAL DRIVER section in MAINTAINERS.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
MAINTAINERS | 6 ------
1 file changed, 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 39a00522ca37..08b37d967cc9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10564,12 +10564,6 @@ F: drivers/hwmon/intel-m10-bmc-hwmon.c
F: drivers/mfd/intel-m10-bmc*
F: include/linux/mfd/intel-m10-bmc.h

-INTEL MENLOW THERMAL DRIVER
-M: Sujith Thomas <[email protected]>
-L: [email protected]
-S: Supported
-F: drivers/thermal/intel/intel_menlow.c
-
INTEL P-Unit IPC DRIVER
M: Zha Qipeng <[email protected]>
L: [email protected]
--
2.17.1


2023-05-05 14:24:49

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: remove section INTEL MENLOW THERMAL DRIVER

On Fri, May 5, 2023 at 6:36 AM Lukas Bulwahn <[email protected]> wrote:
>
> Commit 2b6a7409ac39 ("thermal: intel: menlow: Get rid of this driver")
> removes the driver drivers/thermal/intel/intel_menlow.c, but misses to
> remove its reference in MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Remove the INTEL MENLOW THERMAL DRIVER section in MAINTAINERS.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> MAINTAINERS | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 39a00522ca37..08b37d967cc9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10564,12 +10564,6 @@ F: drivers/hwmon/intel-m10-bmc-hwmon.c
> F: drivers/mfd/intel-m10-bmc*
> F: include/linux/mfd/intel-m10-bmc.h
>
> -INTEL MENLOW THERMAL DRIVER
> -M: Sujith Thomas <[email protected]>
> -L: [email protected]
> -S: Supported
> -F: drivers/thermal/intel/intel_menlow.c
> -
> INTEL P-Unit IPC DRIVER
> M: Zha Qipeng <[email protected]>
> L: [email protected]
> --

Applied as 6.4-rc material, thanks!