diff options
-rw-r--r-- | drivers/tty/serial/sh-sci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c index 8c17d551f32b..67dadbd97adb 100644 --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c | |||
@@ -2248,7 +2248,7 @@ static int sci_init_single(struct platform_device *dev, | |||
2248 | 2248 | ||
2249 | port->mapbase = p->mapbase; | 2249 | port->mapbase = p->mapbase; |
2250 | port->type = p->type; | 2250 | port->type = p->type; |
2251 | port->flags = p->flags; | 2251 | port->flags = UPF_FIXED_PORT | p->flags; |
2252 | port->regshift = p->regshift; | 2252 | port->regshift = p->regshift; |
2253 | 2253 | ||
2254 | /* | 2254 | /* |