]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: fsl-mc: irq: shorten name of interrupt name
authorStuart Yoder <stuart.yoder@nxp.com>
Mon, 17 Oct 2016 18:42:53 +0000 (13:42 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2016 07:48:55 +0000 (09:48 +0200)
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>
drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c

index 7a6ac640752fdb8f1bb46dc623047cd292ad88a0..16b0d4a60205ac38559fbd4b936f656477db918d 100644 (file)
@@ -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,