greybus: control printing message
authorAlex Elder <elder@linaro.org>
Wed, 5 Nov 2014 22:03:11 +0000 (16:03 -0600)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 5 Nov 2014 22:12:26 +0000 (14:12 -0800)
commit545a697512a0b9c08ae4f152b7dd146f02dcbb92
tree0faa0b97866dd658e440616332f1466f1fc29a65
parent0570afcf24930e4c4078a637d93c61fa448fbd10
greybus: control printing message

There's a message that gets printed in gb_manifest_parse() if excess
descriptors are found in the manifest.  This should only be printed
if the parse was successful.  If it was not successful it's not
really very helpful.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/manifest.c