greybus: uart: fix typo in defintion
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Tue, 14 Jul 2015 01:10:18 +0000 (02:10 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 14 Jul 2015 22:59:54 +0000 (15:59 -0700)
commita5192032a2a9475c837c2b4b6fc3df02d617c7b0
tree0894050dfc05ac545258d17aec03b1f7c7765dd0
parente51eafebf83b236d4d43ed13b809c504e2d38d54
greybus: uart: fix typo in defintion

Fixing needless redefinition of operation types in gbsim reveals this typo
GB_UART_TYPE_SET_BREAK -> GB_UART_TYPE_SEND_BREAK. This patch should be
applied in lock-step to the patch to gbsim 'gbsim/uart: remove unnecessary
redefinition of operation types' since gbsim does not contain the typo.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_protocols.h
drivers/staging/greybus/uart.c