[PATCH 2/4] tty: serial: 8250_mtk: Use devm_clk_get
From: matthias.bgg@gmail.com (Matthias Brugger)
Date: 2015-05-04 09:36:07
Also in:
linux-mediatek, linux-serial, lkml
From: matthias.bgg@gmail.com (Matthias Brugger)
Date: 2015-05-04 09:36:07
Also in:
linux-mediatek, linux-serial, lkml
2015-04-27 8:49 GMT+02:00 Sascha Hauer [off-list ref]:
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@pengutronix.de> --- drivers/tty/serial/8250/8250_mtk.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
Acked-by: Matthias Brugger <matthias.bgg@gmail.com>