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)
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

Simple merge