]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty: serial: vt8500: Unneccessary duplicated clock code removed
authorTony Prisk <linux@prisktech.co.nz>
Sat, 9 Mar 2013 05:44:37 +0000 (18:44 +1300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Mar 2013 15:53:22 +0000 (08:53 -0700)
commit5771a8051d5ebaac0651a957885f55b5f6221a02
tree65586bfb579da2acfa859b0c0212d44b372b0ba4
parent09081e5b47f6842669bb645e015deedf191244f4
tty: serial: vt8500: Unneccessary duplicated clock code removed

Remove the extra code left over when the serial driver was changed
to require a clock. There is no fallback to 24Mhz as a clock is
now required.

Also remove a second call to of_clk_get which is unnecessary.

Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/vt8500_serial.c