]> git.baikalelectronics.ru Git - kernel.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)
commitce5e4235f121ac3cf89dbacc4c460fde892f442b
treeaac41133ed8caaa929fbca35e11a585e9477120b
parente725fea32421dabffd4b00ff656d335a6223583e
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