summaryrefslogtreecommitdiff
path: root/drivers/tty/n_tracesink.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-07-14 16:09:59 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-17 18:14:44 -0700
commitbcb9973a6097652a12660958449301aada41de9c (patch)
tree4987eefdf083b0bf5120462de8243a8b94453eb4 /drivers/tty/n_tracesink.c
parentb7d66397f4d282ddf2a2fe516fc9329c5a063459 (diff)
serial: sh-sci: Fix range check of bit-rate for HSCIF
If bit-rate calculation result of HSCIF is expect 255 from 0, driver does not calculate error bit. However, we need to round the value to calculate error bit in the case of negative value. This rounds the value of bit-rate using clamp(), and bit-rate is the case of negative value, it enables the calculation of the error bit. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/n_tracesink.c')
0 files changed, 0 insertions, 0 deletions