commit | 75ab6cb93076698a96892582fe3181bcfc4fff90 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Jul 11 20:29:03 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Tue Jul 22 07:44:25 2014 -0400 |
tree | fb271d0907cb1c387bbdadb49d7b796ec6f86e74 | |
parent | dabca15927feb31cb2123baa196e568711d9178e [diff] |
serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor The function still returns the same value. The comment block is no longer necessary because our intention is clear enough by using DIV_ROUND_CLOSEST() macro. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>