mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
greybus: uart-gb: fix up typo from previous patch moving the status variable around.
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
@@ -159,6 +159,7 @@ static int get_version(struct gb_tty *tty)
|
||||
gb_connection_err(tty->connection, "result %hhu",
|
||||
operation->result);
|
||||
} else {
|
||||
response = operation->response.payload;
|
||||
if (response->major > GB_UART_VERSION_MAJOR) {
|
||||
pr_err("unsupported major version (%hhu > %hhu)\n",
|
||||
response->major, GB_UART_VERSION_MAJOR);
|
||||
|
||||
Reference in New Issue
Block a user