On 04/03/15 10:12, Russell King wrote:
> Signed-off-by: Russell King
Some commit text would be nice for us 5 years from now when we wonder
why this patch was applied.
I suspect the commit text would go like this:
clk_add_alias() calls clk_get() followed by clk_put() but in between
those two cal
Signed-off-by: Russell King
---
drivers/clk/clkdev.c | 24
include/linux/clkdev.h | 1 +
2 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/drivers/clk/clkdev.c b/drivers/clk/clkdev.c
index 5d7746d19445..8e676eafc823 100644
--- a/drivers/clk/clkdev.c
+++ b