author | Suman Anna <s-anna@ti.com> | |
Mon, 1 Jul 2019 19:11:13 +0000 (14:11 -0500) | ||
committer | Suman Anna <s-anna@ti.com> | |
Mon, 1 Jul 2019 19:18:23 +0000 (14:18 -0500) | ||
commit | 3671c56b7309f45f9a8a668af1616bf1980b9aea | |
tree | a4576f80149dc261059b69b6d037fd71570976a1 | tree | snapshot (tar.xz tar.gz zip) |
parent | 4022d1222efe82fb17ccf271af352b1206b012e0 | commit | diff |
irqchip/irq-pruss-intc: Fix incorrect macro replacement
The commit 57c76b3f2804 ("irqchip/irq-pruss-intc: Use macros
for operations on CMR and HMR") mistakenly replaced the number
of channels per Host Interrupt Map Register (4) with the wrong
macro HMR_CH_MAP_BITS which is the number of shift-bits to be
used per channel. Use the correct macro to fix this typo.
Fixes: 57c76b3f2804 ("irqchip/irq-pruss-intc: Use macros for operations on CMR and HMR")
Signed-off-by: Suman Anna <s-anna@ti.com>
The commit 57c76b3f2804 ("irqchip/irq-pruss-intc: Use macros
for operations on CMR and HMR") mistakenly replaced the number
of channels per Host Interrupt Map Register (4) with the wrong
macro HMR_CH_MAP_BITS which is the number of shift-bits to be
used per channel. Use the correct macro to fix this typo.
Fixes: 57c76b3f2804 ("irqchip/irq-pruss-intc: Use macros for operations on CMR and HMR")
Signed-off-by: Suman Anna <s-anna@ti.com>
drivers/irqchip/irq-pruss-intc.c | diff | blob | history |