From: Darren Hart Date: Fri, 9 Mar 2012 17:51:48 +0000 (-0800) Subject: pch_uart: Use uartclk instead of base_baud X-Git-Tag: v3.4-rc1~185^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8a3ec9df2158d217494c9dd8db8a099ef4fb921;p=pandora-kernel.git 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 CC: Tomoya MORINAGA CC: Feng Tang CC: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed