Re: [PATCH] cpm2: Round the baud-rate clock divider to the nearest integer.
From: Kumar Gala <hidden>
Date: 2008-11-20 15:32:42
From: Kumar Gala <hidden>
Date: 2008-11-20 15:32:42
On Nov 20, 2008, at 6:32 AM, Laurent Pinchart wrote:
Instead of rounding the divider down, improve the baud-rate generators accuracy by rounding to the nearest integer. Signed-off-by: Laurent Pinchart <redacted> --- arch/powerpc/sysdev/cpm2.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
is this fixing a bug or just making things better? - k