diff options
author | John Crispin <john@phrozen.org> | 2016-06-09 17:09:51 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-07-24 12:30:28 +0200 |
commit | f0bbe4dc5ce2dd610e1ec7dd3f428bb5670f9878 (patch) | |
tree | 8bee60e198740047e9f87c2afee68d9278d7e4fb /arch/mips/txx9/rbtx4938/prom.c | |
parent | 3ef06653987d4c4536b408321edf0e5caa2a317f (diff) | |
download | linux-f0bbe4dc5ce2dd610e1ec7dd3f428bb5670f9878.tar.gz linux-f0bbe4dc5ce2dd610e1ec7dd3f428bb5670f9878.tar.bz2 linux-f0bbe4dc5ce2dd610e1ec7dd3f428bb5670f9878.zip |
MIPS: Lantiq: Fix eiu interrupt loading code
Using of_irq_count to load the irq index from the devicetree is incorrect.
This will cause the kernel to map them regardless, even if they dont
actually get used. Change the code to use of_property_count_u32_elems()
instead which is the correct API to use in this case.
Signed-off-by: John Crispin <john@phrozen.org>
Cc: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/13601/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/txx9/rbtx4938/prom.c')
0 files changed, 0 insertions, 0 deletions