]> Pileus Git - ~andy/linux/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)
commit991fc259361eb812ebf6c4527343d60ab4b2e1a6
tree7c2493984d5d620d4f0d12682120158b6381bbec
parent731d9cae0204a8948c7db2f551edcd5d5822ed95
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