1
0
Fork 0

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>
hifive-unleashed-5.1
Kevin Cernekee 2014-11-12 12:54:00 -08:00 committed by Grant Likely
parent a0212ae0be
commit 25c7a1de6c
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ EXPORT_SYMBOL(of_device_is_compatible);
* of_machine_is_compatible - Test root of device tree for a given compatible value
* @compat: compatible string to look for in root node's compatible property.
*
* Returns true if the root node has the given value in its
* Returns a positive integer if the root node has the given value in its
* compatible property.
*/
int of_machine_is_compatible(const char *compat)