diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2017-07-08 22:29:51 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-07-21 16:59:33 +0200 |
commit | 6a245d959c747079e88bb1c61baa61d43d460a44 (patch) | |
tree | 151db1837853d62bd5b68a9520f29d3ac30c284f /drivers/perf | |
parent | of: overlay: add overlay symbols to live device tree (diff) | |
download | linux-6a245d959c747079e88bb1c61baa61d43d460a44.tar.xz linux-6a245d959c747079e88bb1c61baa61d43d460a44.zip |
of: irq: use of_property_read_bool() for "interrupt-controller" prop
The "interrupt-controller" property is boolean, i.e. has no value. The DT
interrupt parsing code predates of_property_read_bool(), so it uses either
of_get_property() or of_find_property() -- the former isn't quite correct
for the boolean props (but works somehow). Use the modern boolean prop API
instead.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/perf')
0 files changed, 0 insertions, 0 deletions