提交 25c7a1de 编写于 作者: K Kevin Cernekee 提交者: Grant Likely

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: NKevin Cernekee <cernekee@gmail.com>
Signed-off-by: NGrant Likely <grant.likely@linaro.org>
上级 a0212ae0
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册