On Fri, May 5, 2023 at 6:36 AM Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> 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 <lukas.bulwahn@xxxxxxxxx> > --- > 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 <sujith.thomas@xxxxxxxxx> > -L: linux-pm@xxxxxxxxxxxxxxx > -S: Supported > -F: drivers/thermal/intel/intel_menlow.c > - > INTEL P-Unit IPC DRIVER > M: Zha Qipeng <qipeng.zha@xxxxxxxxx> > L: platform-driver-x86@xxxxxxxxxxxxxxx > -- Applied as 6.4-rc material, thanks!