commit | 91f8c2d805f5c5fd82bf8655065148b2e16967ff | [log] [tgz] |
---|---|---|
author | Boris BREZILLON <b.brezillon@overkiz.com> | Wed Jun 19 13:17:30 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 24 16:35:03 2013 -0700 |
tree | b7c7f6904e42ab4e3b64f056eec9fdd4faf164cc | |
parent | 805bf3daf361a501594f8b27b394a8d7372ebe3c [diff] |
tty: atmel_serial: prepare clk before calling enable Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>