Commit b7be8d2e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: Revert "manifest: improve print message"

This reverts commit b8ba855506906de71df5b12b50cdbbf7259a930c.

needed to revert an older change.
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 2206ea9c
......@@ -379,7 +379,8 @@ bool gb_manifest_parse(struct gb_module *gmod, void *data, size_t size)
if (is_module) {
if (++found > 1) {
pr_err("multiple module descriptors found in manifest\n");
pr_err("manifest must have 1 module descriptor (%u found)\n",
found);
result = false;
goto out;
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment