diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-25 05:34:46 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-03-27 06:40:34 -0400 |
commit | e6423f8be51bab31c37facd6d2086bb08dbad507 (patch) | |
tree | 0c4f31a725b38b9e9d41577731914b0c751edf5b /drivers/irqchip | |
parent | 7b3bde000a0c5b67d3ab84b3c3696ee6a6bb9a69 (diff) |
irq: versatile: rename Kconfig macro in printk
Commit 2389d5014342e9535aad212d0c68d439aaf534ba ("ARM: plat-versatile:
move FPGA irq driver to drivers/irqchip") changed Kconfig symbol
PLAT_VERSATILE_FPGA_IRQ_NR to VERSATILE_FPGA_IRQ_NR. It forgot to change
one reference to the related macro in a printk.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/irqchip')
-rw-r--r-- | drivers/irqchip/irq-versatile-fpga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-versatile-fpga.c b/drivers/irqchip/irq-versatile-fpga.c index 9dbd82b716d3..065b7a31a478 100644 --- a/drivers/irqchip/irq-versatile-fpga.c +++ b/drivers/irqchip/irq-versatile-fpga.c | |||
@@ -139,7 +139,7 @@ void __init fpga_irq_init(void __iomem *base, const char *name, int irq_start, | |||
139 | int i; | 139 | int i; |
140 | 140 | ||
141 | if (fpga_irq_id >= ARRAY_SIZE(fpga_irq_devices)) { | 141 | if (fpga_irq_id >= ARRAY_SIZE(fpga_irq_devices)) { |
142 | pr_err("%s: too few FPGA IRQ controllers, increase CONFIG_PLAT_VERSATILE_FPGA_IRQ_NR\n", __func__); | 142 | pr_err("%s: too few FPGA IRQ controllers, increase CONFIG_VERSATILE_FPGA_IRQ_NR\n", __func__); |
143 | return; | 143 | return; |
144 | } | 144 | } |
145 | f = &fpga_irq_devices[fpga_irq_id]; | 145 | f = &fpga_irq_devices[fpga_irq_id]; |