greybus: uart: s/REQ/TYPE
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 21 Jan 2015 12:42:35 +0000 (18:12 +0530)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 22 Jan 2015 03:29:39 +0000 (11:29 +0800)
commit530430b717f02843fe1f2e77e6f52a41e05d6c3a
treea610d6117e90f2612159664283a36ad92c8fdba0
parent98abb4146ed31f1ec97145ef808d864096d31c4b
greybus: uart: s/REQ/TYPE

Request type for all other protocols is defined like: GB_<protocol>_TYPE_<operation>,
but for UART is like: GB_<protocol>_REQ_<operation>.

Replace REQ with TYPE to make it consistent. It will also be useful in a later
patch that creates get_version() routines with the help of a macro.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/uart.c