Powerpc 8xx CPM_UART maxidl should not depend on fifo size
authorChristophe Leroy <christophe.leroy@c-s.fr>
Mon, 24 Sep 2012 06:20:18 +0000 (08:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Sep 2012 20:39:39 +0000 (13:39 -0700)
commitfbbb9d9646f04768d0176f75e7fc93d29457b5db
treea5f97ba0fa04202f442c94a53047022ffd14dc55
parent59733ef7e510f6fd51a3dfc6f22ec1d3630a47b9
Powerpc 8xx CPM_UART maxidl should not depend on fifo size

maxidl register was set to fifo size. There is no reason to set this
register to same value as fifo size. Setting it now to 0x10 by default
as in the UCC UART driver.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/cpm_uart/cpm_uart_core.c