commit | 25c7a1de6c4b9f9eb867af4dc9215bbf9e08ef2e | [log] [tgz] |
---|---|---|
author | Kevin Cernekee <cernekee@gmail.com> | Wed Nov 12 12:54:00 2014 -0800 |
committer | Grant Likely <grant.likely@linaro.org> | Tue Nov 18 17:32:07 2014 +0000 |
tree | 6a985b1997166c88b87146a10bc3ffef2cf342ac | |
parent | a0212ae0be5ba10b6e01b7121f86e391ae1927ae [diff] |
of: Fix of_device_is_compatible() comment This function passes back a value from __of_device_is_compatible(), which returns a score in the range 0..11, not a bool. Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Grant Likely <grant.likely@linaro.org>