[PATCH 2/4] tty: serial: 8250_mtk: Use devm_clk_get
Matthias Brugger
matthias.bgg at gmail.com
Mon May 4 02:36:00 PDT 2015
2015-04-27 8:49 GMT+02:00 Sascha Hauer <s.hauer at pengutronix.de>:
> When a struct device * is present clk_get should be used rather
> than of_clk_get. Use the devm variant of this function to be able to
> drop the clk_put in the error and remove pathes. While at it fix
> a wrong error message.
>
> Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
> ---
> drivers/tty/serial/8250/8250_mtk.c | 7 ++-----
> 1 file changed, 2 insertions(+), 5 deletions(-)
Acked-by: Matthias Brugger <matthias.bgg at gmail.com>
More information about the Linux-mediatek
mailing list