]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250: Allow probe drivers to ignore tx_loadsz
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Mon, 25 Mar 2013 11:34:44 +0000 (13:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 21:06:44 +0000 (14:06 -0700)
commitef6b963699960085a9fb88c9c1797b6baa6e0e2a
treec497b78d57055f325bc10bd0ef888dd6e3b4a23e
parentaa952d9541612916c45c4b15e326052721d3a83a
serial: 8250: Allow probe drivers to ignore tx_loadsz

In most cases the tx_loadsz is the same as fifosize. This
will store the fifosize in it if it was not separately
delivered from the driver.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250.c