mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 10:22:27 +07:00
staging: fsl-mc: irq: shorten name of interrupt name
For /proc/interrupts readability, platform bus MSIs are named "ITS-pMSI" in the GIC ITS implementation for that bus. Follow a similar naming convention and call fsl-mc bus MSIs "ITS-fMSI". Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3642b8ea38
commit
d64c28a313
@ -19,7 +19,7 @@
|
||||
#include "../include/mc-bus.h"
|
||||
|
||||
static struct irq_chip its_msi_irq_chip = {
|
||||
.name = "fsl-mc-bus-msi",
|
||||
.name = "ITS-fMSI",
|
||||
.irq_mask = irq_chip_mask_parent,
|
||||
.irq_unmask = irq_chip_unmask_parent,
|
||||
.irq_eoi = irq_chip_eoi_parent,
|
||||
|
Loading…
Reference in New Issue
Block a user