commit | 53a4ab96c61a34d62717b1481f6043e0b4338d74 | [log] [tgz] |
---|---|---|
author | Kevin Cernekee <cernekee@gmail.com> | Wed Nov 12 12:54:01 2014 -0800 |
committer | Grant Likely <grant.likely@linaro.org> | Tue Nov 18 17:32:55 2014 +0000 |
tree | 080fa624bc76f9d2f8b5816860713f500ae4e748 | |
parent | 25c7a1de6c4b9f9eb867af4dc9215bbf9e08ef2e [diff] |
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>