greybus: manifest: improve print message
Suggested-by: Alex Elder <elder@linaro.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
parent
85f3aeeda6
commit
219871e252
@ -375,8 +375,7 @@ bool gb_manifest_parse(struct gb_module *gmod, void *data, size_t size)
|
||||
|
||||
if (is_module) {
|
||||
if (++found > 1) {
|
||||
pr_err("manifest must have 1 module descriptor (%u found)\n",
|
||||
found);
|
||||
pr_err("multiple module descriptors found in manifest\n");
|
||||
result = false;
|
||||
goto out;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user