All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Frees gate after if statement in clk-sunxi.c
@ 2014-06-14 18:11 ` Nick
  0 siblings, 0 replies; 14+ messages in thread
From: Nick @ 2014-06-14 18:11 UTC (permalink / raw)
  To: emilio; +Cc: mturquette, maxime.ripard, linux-kernel, linux-arm-kernel

Signed-off-by: Nick <xerofoify@gmail.com>
---
 drivers/clk/sunxi/clk-sunxi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/sunxi/clk-sunxi.c b/drivers/clk/sunxi/clk-sunxi.c
index 4264834..6f4fc51 100644
--- a/drivers/clk/sunxi/clk-sunxi.c
+++ b/drivers/clk/sunxi/clk-sunxi.c
@@ -42,6 +42,7 @@ static void __init sun4i_osc_clk_setup(struct device_node *node)
 	u32 rate;
 
 	if (of_property_read_u32(node, "clock-frequency", &rate))
+		kree(gate);
 		return;
 
 	/* allocate fixed-rate and gate clock structs */
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-06-16  8:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-14 18:11 [PATCH] Frees gate after if statement in clk-sunxi.c Nick
2014-06-14 18:11 ` Nick
2014-06-14 19:35 ` Sergei Shtylyov
2014-06-14 19:35   ` Sergei Shtylyov
2014-06-14 22:06 ` Adam Baker
2014-06-14 22:06   ` Adam Baker
2014-06-15 20:30 ` Maxime Ripard
2014-06-15 20:30   ` Maxime Ripard
2014-06-16  3:21   ` Nick Krause
2014-06-16  3:21     ` Nick Krause
2014-06-16  3:31     ` Nick Krause
2014-06-16  3:31       ` Nick Krause
2014-06-16  8:15       ` Russell King - ARM Linux
2014-06-16  8:15         ` Russell King - ARM Linux

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.