diff options
author | Rob Herring <robh@kernel.org> | 2023-03-10 08:47:14 -0600 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-03-23 11:30:20 +0100 |
commit | ca6b5fe277e91ebca5101dc00c0e26755f0ed6c4 (patch) | |
tree | d01d9d6aa85069d80500d6c9eac3738c74bbbcbe /kernel/cpu.c | |
parent | e37556d947794c0c7730460a3cb029c700fe70cb (diff) | |
download | linux-ca6b5fe277e91ebca5101dc00c0e26755f0ed6c4.tar.gz linux-ca6b5fe277e91ebca5101dc00c0e26755f0ed6c4.tar.bz2 linux-ca6b5fe277e91ebca5101dc00c0e26755f0ed6c4.zip |
mmc: Use of_property_read_bool() for boolean properties
It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties.
Convert reading boolean properties to to of_property_read_bool().
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230310144715.1543836-1-robh@kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'kernel/cpu.c')
0 files changed, 0 insertions, 0 deletions