greybus: use "operation_id" for certain values
authorAlex Elder <elder@linaro.org>
Wed, 19 Nov 2014 18:27:16 +0000 (12:27 -0600)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 19 Nov 2014 18:43:21 +0000 (10:43 -0800)
commit8fc71a73363f742c70ef5d570b795583124efd29
tree09c2cd841fcb3603dddf6114fd739b9b7b4b8a81
parent6014718d4db9d48a980d70c66a7617293db633e6
greybus: use "operation_id" for certain values

A message header contains a field "id" that is an operation id.
Since the field doesn't identify the message itself, rename this
field so it's clearer what it's referring to.

Similarly gb_pending_operation_find() has a parameter "id" that
is really an operation id, so rename that as well.

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