commit | b47fe22d82e39551a5049f4bd02eb71f7d497762 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Fri Jul 21 16:56:12 2017 -0500 |
committer | Rob Herring <robh@kernel.org> | Tue Aug 01 12:24:06 2017 -0500 |
tree | fb3c8df039c71b6ee78b06537d1279f5eb2f322e | |
parent | bc575064d688c8933a6ca51429bea9bc63628d3b [diff] |
of/irq: use of_property_read_u32_index to parse interrupts property Convert the interrupts property parsing to use the OF property API instead of open coding the parsing of the raw property value. This saves a number of LoC, and the result is easier to read. Signed-off-by: Rob Herring <robh@kernel.org>