OSDN Git Service

of: Fix of_device_is_compatible() comment
authorKevin Cernekee <cernekee@gmail.com>
Wed, 12 Nov 2014 20:54:00 +0000 (12:54 -0800)
committerGrant Likely <grant.likely@linaro.org>
Tue, 18 Nov 2014 17:32:07 +0000 (17:32 +0000)
commit25c7a1de6c4b9f9eb867af4dc9215bbf9e08ef2e
tree6a985b1997166c88b87146a10bc3ffef2cf342ac
parenta0212ae0be5ba10b6e01b7121f86e391ae1927ae
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>
drivers/of/base.c