diff options
author | 2024-11-05 16:28:13 +0100 | |
---|---|---|
committer | 2024-11-06 15:14:02 +0200 | |
commit | 44ed58e57984d0fb26d1e267deb9d83a1a071dfe (patch) | |
tree | 9ab2ceac9cfe0cd937a8b63e41f0ee65a0fe2eca | |
parent | platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_resource() (diff) | |
download | linux-rng-44ed58e57984d0fb26d1e267deb9d83a1a071dfe.tar.xz linux-rng-44ed58e57984d0fb26d1e267deb9d83a1a071dfe.zip |
MAINTAINERS: adjust file entry in INTEL TPMI DRIVER
Commit df7f9acd8646 ("platform/x86: intel: Add 'intel' prefix to the
modules automatically") renames tpmi.c to vsec_tpmi.c in
drivers/platform/x86/intel/, but misses to adjust the INTEL TPMI DRIVER
section, which is referring to this file.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Adjust the file entry to this file renaming.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20241105152813.60823-1-lukas.bulwahn@redhat.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8afa5b0992b7..a888cc021f86 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11776,7 +11776,7 @@ M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> L: platform-driver-x86@vger.kernel.org S: Maintained F: Documentation/ABI/testing/debugfs-tpmi -F: drivers/platform/x86/intel/tpmi.c +F: drivers/platform/x86/intel/vsec_tpmi.c F: include/linux/intel_tpmi.h INTEL UNCORE FREQUENCY CONTROL |