From: Geert Uytterhoeven Date: Thu, 30 Apr 2015 16:21:34 +0000 (+0200) Subject: serial: sh-sci: Remove obsolete comment about overrun detection X-Git-Tag: v4.2-rc1~87^2~91 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=99fb215eea10b9c7e8ab172e5932d296e63c3f73;p=karo-tx-linux.git serial: sh-sci: Remove obsolete comment about overrun detection The code it refers to was removed in commit b545e4f40613be70 ("serial: sh-sci: Compute overrun_bit without using baud rate algo"). Signed-off-by: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c index c3e884dd925f..b74a644e4b04 100644 --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c @@ -2314,11 +2314,6 @@ static int sci_init_single(struct platform_device *dev, sci_port->error_mask = (p->type == PORT_SCI) ? SCI_DEFAULT_ERROR_MASK : SCIF_DEFAULT_ERROR_MASK; - /* - * Establish sensible defaults for the overrun detection, unless - * the part has explicitly disabled support for it. - */ - /* * Make the error mask inclusive of overrun detection, if * supported.