[PATCH 7/7] blspec: use correct return type
Lucas Stach
dev at lynxeye.de
Wed Jul 6 11:44:40 PDT 2016
Signed-off-by: Lucas Stach <dev at lynxeye.de>
---
common/blspec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/blspec.c b/common/blspec.c
index bf98e6b..04b20fb 100644
--- a/common/blspec.c
+++ b/common/blspec.c
@@ -253,7 +253,7 @@ static bool entry_is_of_compatible(struct blspec_entry *entry)
const char *abspath;
size_t size;
void *fdt = NULL;
- int ret;
+ bool ret;
struct device_node *root = NULL, *barebox_root;
const char *compat;
char *filename;
--
2.7.4
More information about the barebox
mailing list