linux-kernelorg-stable/drivers/pci/hotplug
Heiko Carstens c3d17464f0 s390: Remove KMSG_COMPONENT macro
The KMSG_COMPONENT macro is a leftover of the s390 specific "kernel
message catalog" which never made it upstream.

Remove the macro in order to get rid of a pointless indirection. Replace
all users with the string it defines. In almost all cases this leads to a
simple replacement like this:

 - #define KMSG_COMPONENT "appldata"
 - #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
 + #define pr_fmt(fmt) "appldata: " fmt

Except for some special cases this is just mechanical/scripted work.

Acked-by: Thomas Richter <tmricht@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
2025-11-24 11:45:21 +01:00
..
Kconfig
Makefile
TODO PCI: hotplug: Remove TODO about unused .get_power(), .hardware_test() 2025-06-11 15:43:22 -05:00
acpi_pcihp.c
acpiphp.h
acpiphp_ampere_altra.c
acpiphp_core.c
acpiphp_glue.c
acpiphp_ibm.c sysfs: treewide: switch back to bin_attribute::read()/write() 2025-06-17 10:44:13 +02:00
cpci_hotplug.h
cpci_hotplug_core.c
cpci_hotplug_pci.c
cpcihp_generic.c
cpcihp_zt5550.c
cpcihp_zt5550.h
cpqphp.h
cpqphp_core.c
cpqphp_ctrl.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
cpqphp_nvram.c
cpqphp_nvram.h
cpqphp_pci.c PCI: hotplug: Clean up spaces in messages 2025-08-11 15:01:50 -05:00
cpqphp_sysfs.c
ibmphp.h
ibmphp_core.c
ibmphp_ebda.c
ibmphp_hpc.c PCI: hotplug: Clean up spaces in messages 2025-08-11 15:01:50 -05:00
ibmphp_pci.c
ibmphp_res.c
octep_hp.c
pci_hotplug_core.c PCI: hotplug: Drop superfluous #include directives 2025-04-17 14:36:29 -05:00
pciehp.h PCI: pciehp: Ignore Presence Detect Changed caused by DPC 2025-04-15 15:59:15 -05:00
pciehp_core.c PCI: pciehp: Ignore Presence Detect Changed caused by DPC 2025-04-15 15:59:15 -05:00
pciehp_ctrl.c PCI/bwctrl: Replace lbms_count with PCI_LINK_LBMS_SEEN flag 2025-05-15 08:38:40 +00:00
pciehp_hpc.c pci-v6.17-changes 2025-08-01 13:59:07 -07:00
pciehp_pci.c
pnv_php.c PCI: pnv_php: Enable third attention indicator state 2025-07-26 13:09:20 +05:30
rpadlpar.h
rpadlpar_core.c
rpadlpar_sysfs.c
rpaphp.h
rpaphp_core.c
rpaphp_pci.c
rpaphp_slot.c
s390_pci_hpc.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
shpchp.h
shpchp_core.c
shpchp_ctrl.c
shpchp_hpc.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
shpchp_pci.c
shpchp_sysfs.c