]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform/x86/intel/pmc/ssram: Rename probe and PCI ID table for consistency
authorDavid E. Box <david.e.box@linux.intel.com>
Fri, 12 Jun 2026 21:01:50 +0000 (14:01 -0700)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Sun, 14 Jun 2026 23:13:07 +0000 (02:13 +0300)
commit90fd47d0d8109ef1301a60a44a7f85581a1e6efe
treeb756597fb5f7e92021a9eb7457c8a6f5bbf32a16
parentadc5d98d9ff8b5d37e89e11a2ac5512595541329
platform/x86/intel/pmc/ssram: Rename probe and PCI ID table for consistency

Rename intel_pmc_ssram_telemetry_probe() to pmc_ssram_telemetry_probe() and
intel_pmc_ssram_telemetry_pci_ids[] to pmc_ssram_telemetry_pci_ids[],
updating the MODULE_DEVICE_TABLE() and pci_driver wiring accordingly.

This aligns the symbol names with the driver filename and module name,
reduces redundant intel_ prefixes, and improves readability. No functional
behavior changes are intended.

Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Link: https://patch.msgid.link/6d3935858214fdd0f530f9a7c08a387fa4e5e8cd.1781294741.git.david.e.box@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/intel/pmc/ssram_telemetry.c