K 10 svn:author V 3 ian K 8 svn:date V 27 2018-07-05T14:09:48.001600Z K 7 svn:log V 254 Fix an out-of-bounds array access... the irq data for teardown is in two arrays, as elements 0 and 1 of one array and elements 1 and 2 of the other. Run the loop 0..1 instead of 1..2 and use named constants to offset into one of the arrays. PR: 229508 END