greybus: fix an error message

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>
This commit is contained in:
Alex Elder 2014-12-03 12:27:41 -06:00 committed by Greg Kroah-Hartman
parent c25572ca94
commit 62749a056a

View File

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