of: Change of_device_is_available() to return bool
authorKevin Cernekee <cernekee@gmail.com>
Wed, 12 Nov 2014 20:54:01 +0000 (12:54 -0800)
committerGrant Likely <grant.likely@linaro.org>
Tue, 18 Nov 2014 17:32:55 +0000 (17:32 +0000)
commit53a4ab96c61a34d62717b1481f6043e0b4338d74
tree080fa624bc76f9d2f8b5816860713f500ae4e748
parent25c7a1de6c4b9f9eb867af4dc9215bbf9e08ef2e
of: Change of_device_is_available() to return bool

This function can only return true or false; using a bool makes it more
obvious to the reader.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
drivers/of/base.c
include/linux/of.h