projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c25572c
)
greybus: fix an error message
author
Alex Elder
<elder@linaro.org>
Wed, 3 Dec 2014 18:27:41 +0000
(12:27 -0600)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Wed, 3 Dec 2014 23:08:17 +0000
(15:08 -0800)
The error message printed by gb_operation_sync() if the operation
fails is wrong. Fix it.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/operation.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/operation.c
b/drivers/staging/greybus/operation.c
index c62f20072b3e2b0d509ef18c4b3cc9540c44108c..109b94fc26b7adb1bd77b67d61418660d4ec84bc 100644
(file)
--- a/
drivers/staging/greybus/operation.c
+++ b/
drivers/staging/greybus/operation.c
@@
-939,7
+939,7
@@
int gb_operation_sync(struct gb_connection *connection, int type,
ret = gb_operation_request_send_sync(operation);
if (ret)
- pr_err("
version
operation failed (%d)\n", ret);
+ pr_err("
synchronous
operation failed (%d)\n", ret);
else
if (response_size)
memcpy(response, operation->response->payload,