]> git.baikalelectronics.ru Git - kernel.git/commit
serial: sh-sci: Fix HSCIF RX sampling point adjustment
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 29 Mar 2019 09:10:26 +0000 (10:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Apr 2019 13:24:38 +0000 (15:24 +0200)
commit1c2378e308df574ee11089bc6fe900726e51677b
tree73e77a37beb9fae246d32f8e0bccf51f5436c4f5
parent9a0dda9912ffda388b02c3b6479edbddc28da616
serial: sh-sci: Fix HSCIF RX sampling point adjustment

The calculation of the sampling point has min() and max() exchanged.
Fix this by using the clamp() helper instead.

Fixes: 5940901b2fe71a75 ("serial: sh-sci: Support for HSCIF RX sampling point adjustment")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Ulrich Hecht <uli+renesas@fpond.eu>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
Cc: stable <stable@vger.kernel.org>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sh-sci.c