File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1039,12 +1039,12 @@ static int mxser_get_serial_info(struct tty_struct *tty,
1039
1039
if (closing_wait != ASYNC_CLOSING_WAIT_NONE )
1040
1040
closing_wait = jiffies_to_msecs (closing_wait ) / 10 ;
1041
1041
1042
- ss -> type = info -> type ,
1043
- ss -> line = tty -> index ,
1044
- ss -> port = info -> ioaddr ,
1045
- ss -> irq = info -> board -> irq ,
1046
- ss -> flags = info -> port .flags ,
1047
- ss -> baud_base = MXSER_BAUD_BASE ,
1042
+ ss -> type = info -> type ;
1043
+ ss -> line = tty -> index ;
1044
+ ss -> port = info -> ioaddr ;
1045
+ ss -> irq = info -> board -> irq ;
1046
+ ss -> flags = info -> port .flags ;
1047
+ ss -> baud_base = MXSER_BAUD_BASE ;
1048
1048
ss -> close_delay = close_delay ;
1049
1049
ss -> closing_wait = closing_wait ;
1050
1050
ss -> custom_divisor = MXSER_CUSTOM_DIVISOR ,
You can’t perform that action at this time.
0 commit comments