Commit 194c4f5
irqchip/stm32mp-exti: Use of_property_present() for non-boolean properties
The use of of_property_read_bool() for non-boolean properties is deprecated
in favor of of_property_present() when testing for property presence.
Signed-off-by: Rob Herring (Arm) <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Antonio Borneo <[email protected]>
Link: https://lore.kernel.org/all/[email protected]1 parent 0053892 commit 194c4f5
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
699 | | - | |
700 | | - | |
| 699 | + | |
701 | 700 | | |
702 | 701 | | |
703 | 702 | | |
| |||
0 commit comments