]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
greybus: fix gb_manifest_parse() successful return path
authorMatt Porter <mporter@linaro.org>
Mon, 6 Oct 2014 17:46:36 +0000 (13:46 -0400)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 6 Oct 2014 17:50:51 +0000 (10:50 -0700)
commitff8aed527455feea7d36bb45dd529b7931150087
treef7bdfcb0f58db6f22dd4211bd1f2b519256cc86b
parente86905b6cd73ce62af88b3526dbc10c14d47016d
greybus: fix gb_manifest_parse() successful return path

Even if we successfully parse a manifest we are returning
failure. Instead, we now proudly proclaim success.

Signed-off-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/manifest.c