]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
mfd: mc13xxx-core: Use of_property_read_bool()
authorSaurabh Sengar <saurabh.truth@gmail.com>
Mon, 16 Nov 2015 09:13:17 +0000 (14:43 +0530)
committerLee Jones <lee.jones@linaro.org>
Fri, 4 Dec 2015 08:45:54 +0000 (08:45 +0000)
commit505b9e573ce1384f1729acb3226f6d83b651dee1
treeaac41133ed8caaa929fbca35e11a585e9477120b
parent35deff7eb212b661b32177b6043f674fde6314d7
mfd: mc13xxx-core: Use of_property_read_bool()

For checking if a property is present or not,
use of_property_read_bool instead of of_get_property()

Signed-off-by: Saurabh Sengar <saurabh.truth@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/mc13xxx-core.c