Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366294
b: refs/heads/master
c: e6423f8
h: refs/heads/master
v: v3
  • Loading branch information
Paul Bolle authored and Jiri Kosina committed Mar 27, 2013
1 parent b253c21 commit ffb5c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b3bde000a0c5b67d3ab84b3c3696ee6a6bb9a69
refs/heads/master: e6423f8be51bab31c37facd6d2086bb08dbad507
2 changes: 1 addition & 1 deletion trunk/drivers/irqchip/irq-versatile-fpga.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void __init fpga_irq_init(void __iomem *base, const char *name, int irq_start,
int i;

if (fpga_irq_id >= ARRAY_SIZE(fpga_irq_devices)) {
pr_err("%s: too few FPGA IRQ controllers, increase CONFIG_PLAT_VERSATILE_FPGA_IRQ_NR\n", __func__);
pr_err("%s: too few FPGA IRQ controllers, increase CONFIG_VERSATILE_FPGA_IRQ_NR\n", __func__);
return;
}
f = &fpga_irq_devices[fpga_irq_id];
Expand Down

0 comments on commit ffb5c90

Please sign in to comment.