diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2009-02-21 22:40:27 (GMT) |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2009-02-25 19:50:53 (GMT) |
commit | 5b5923975f07836fc7a5388f9fa5f459828ae4ee (patch) | |
tree | 27794117df095b46071dae87183d8ec33c39da65 /include/net/sch_generic.h | |
parent | aa2f63c95439a11dfac35c60d9160dcd0189aed3 (diff) | |
download | linux-fsl-qoriq-5b5923975f07836fc7a5388f9fa5f459828ae4ee.tar.xz |
[IA64] Don't go beyond iosapic_intr_info's arraysize
vi arch/ia64/kernel/iosapic.c +142
static struct iosapic_intr_info {
...
} iosapic_intr_info[NR_IRQS];
But at line 510 we have:
for (i = 0; i <= NR_IRQS; i++) {
s/<=/</
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/net/sch_generic.h')
0 files changed, 0 insertions, 0 deletions