Commit 86f48924 authored by David S. Miller's avatar David S. Miller

[SERIAL]: rev in sunsu.c uart port info needs to be a short.

parent dce5ee27
...@@ -86,7 +86,7 @@ struct uart_sunsu_port { ...@@ -86,7 +86,7 @@ struct uart_sunsu_port {
struct uart_port port; struct uart_port port;
unsigned char acr; unsigned char acr;
unsigned char ier; unsigned char ier;
unsigned char rev; unsigned short rev;
unsigned char lcr; unsigned char lcr;
unsigned int lsr_break_flag; unsigned int lsr_break_flag;
unsigned int cflag; unsigned int cflag;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment