From 3a63d22425ff229c8fb51e7aec1de1e9a4e19b34 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 25 May 2015 14:57:43 +0900 Subject: [PATCH] serial: of_serial: use devm_clk_get() instead of clk_get() The probe method of this driver calls clk_get(), but clk_put() is missing from the remove callback. Using the managed clk function is easier than fixing other parts. Signed-off-by: Masahiro Yamada Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed