]> git.baikalelectronics.ru Git - kernel.git/commit
tty: xuartps: Use devm_clk_get()
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Thu, 17 Oct 2013 21:08:04 +0000 (14:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Oct 2013 02:47:37 +0000 (19:47 -0700)
commit599d420f1557eb8b0fec37dac30dfe2047142e42
tree7c2493984d5d620d4f0d12682120158b6381bbec
parent65f5cc576203690a8bb0f7a568b104301853756e
tty: xuartps: Use devm_clk_get()

Use the device managed interface for clocks, simplifying error paths.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/xilinx_uartps.c