Char: cyclades, make info->card a pointer
Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
6d8248e850
commit
875b206b5f
@ -549,7 +549,7 @@ struct cyclades_icount {
|
||||
|
||||
struct cyclades_port {
|
||||
int magic;
|
||||
int card;
|
||||
struct cyclades_card *card;
|
||||
int line;
|
||||
int flags; /* defined in tty.h */
|
||||
int type; /* UART type */
|
||||
|
Reference in New Issue
Block a user