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:
Viresh Kumar 2014-11-14 09:47:39 +05:30 committed by Greg Kroah-Hartman
parent 85f3aeeda6
commit 219871e252

View File

@ -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 {