]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pch_uart: Use uartclk instead of base_baud
authorDarren Hart <dvhart@linux.intel.com>
Fri, 9 Mar 2012 17:51:48 +0000 (09:51 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Mar 2012 20:43:19 +0000 (12:43 -0800)
commita8a3ec9df2158d217494c9dd8db8a099ef4fb921
tree902ea3aabd31c27640458c2026e10409153007a2
parente0955acecf311f1079d2cc0d8c36b843b5db4ff6
pch_uart: Use uartclk instead of base_baud

The term "base baud" refers to the fastest baud rate the device can communicate
at. This is clock/16. pch_uart is using base_baud as the clock itself. Rename
the variables to be semantically correct.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tomoya MORINAGA <tomoya.rohm@gmail.com>
CC: Feng Tang <feng.tang@intel.com>
CC: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/pch_uart.c