]> git.baikalelectronics.ru Git - kernel.git/commit
serial: sh-sci: using correct fifo size for SCIF and SCIFA ports.
authorMarkus Pietrek <Markus.Pietrek@emtrion.de>
Thu, 14 Jan 2010 23:33:20 +0000 (08:33 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 14 Jan 2010 23:33:20 +0000 (08:33 +0900)
commit254d1acf9604a9988270aeb942e14fa927bb6cb9
tree4ec35fb2c0e53ddd69dbe80615be35f87caeaa9d
parent398a8933311e41bf998367389a9eb73ba1bb2646
serial: sh-sci: using correct fifo size for SCIF and SCIFA ports.

The sh-sci driver used the wrong fifosize for PORT_SCIFA and PORT_SCIF
ports. If an incorrect size is used, the serial core will enforce an
early shutdown on the port, especially with baudrates < 9600.

Signed-off-by: Markus Pietrek <Markus.Pietrek@emtrion.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/serial/sh-sci.c