]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: host: use of_property_read_bool()
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Thu, 6 Aug 2015 22:06:48 +0000 (01:06 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 27 Aug 2015 12:50:48 +0000 (14:50 +0200)
commit90614cd9045dc7003913ee58cbc77950351485a0
tree4c0263000d2dca6a82b403fee380ad5ee1f19dc8
parent143b648ddf1583905fa15d32be27a31442fc7933
mmc: host: use of_property_read_bool()

Use more compact of_property_read_bool() calls instead of the
of_find_property() calls.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/host.c