commit | 23f5b3fdd04e89b4c67fd9ffa60a193d239acf0f | [log] [tgz] |
---|---|---|
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | Wed Mar 18 12:55:13 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 26 23:04:42 2015 +0100 |
tree | a04625a6cd8f9a6cf8f10737a6ff2e323882f938 | |
parent | 9001c07995fdd1f3657408c71bca7d6c5fb87fd3 [diff] |
serial: 8250_dw: only get the clock rate in one place The clock rate is requested from a property called "clock-frequency" in both dw8250_probe_of and dw8250_probe_acpi. Moving the requests to dw8250_probe. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>