greybus: use protocol_id for numeric values
authorAlex Elder <elder@linaro.org>
Wed, 29 Oct 2014 00:35:59 +0000 (19:35 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 29 Oct 2014 00:42:17 +0000 (08:42 +0800)
commit7fba0079ad9a5b1b851947ad3c5b90093b2fc415
treea6396bc3a51a1771c0627f629212067055f24120
parentb29699602df46a8dffe01bedf2a601c4e2699a96
greybus: use protocol_id for numeric values

Switch to using "protocol_id" to refer to a byte-sized numeric
protocol number.  A "protocol" will represent a protocol structure
(created in the next patch).

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