summaryrefslogtreecommitdiff
path: root/packages/MSDOS
AgeCommit message (Expand)AuthorFilesLines
2006-11-13Initial import15.6-2Tobias Klauser6-0/+113
d'>includemode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-07-21 22:41:05 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2016-07-22 13:57:11 -0700
commit553cba82b1ada07c8d29405c4900a66891c06052 (patch)
tree39a7abd113bd97f384653f885faa4457526a29f5 /drivers
parente514dec730284da080286bdf7229d21c2be68b24 (diff)
greybus: control: Print bundle-id in print messages
The new power management specific operations added to the control protocol do not print the bundle-id in the error messages and it is not possible to identify which bundle-id the operation failed for. Fix that and do minor rewriting of the print messages to make them more readable. Tested on EVT 2.0 with gpbridge-test module. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Sandeep Patil <sspatil@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/greybus/control.c30
1 files changed, 16 insertions, 14 deletions
diff --git a/drivers/staging/greybus/control.c b/drivers/staging/greybus/control.c