linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: at91: fix clk-generated compilation
@ 2017-06-04 22:02 Alexandre Belloni
  2017-06-05 19:56 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2017-06-04 22:02 UTC (permalink / raw)
  To: Boris Brezillon, Stephen Boyd, Nicolas Ferre
  Cc: linux-clk, linux-kernel, Alexandre Belloni

Fix missing }

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---

When taken alone clk: at91: fix clk-generated parenting, didn't compile
properly. This was actually fixed by the next patch in the series (hence, it was
compiling and working locally. Sorry about that.

Feel free to squash this fix.

 drivers/clk/at91/clk-generated.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/at91/clk-generated.c b/drivers/clk/at91/clk-generated.c
index 70474bd97a10..07c8f701e51c 100644
--- a/drivers/clk/at91/clk-generated.c
+++ b/drivers/clk/at91/clk-generated.c
@@ -266,6 +266,7 @@ at91_clk_register_generated(struct regmap *regmap, spinlock_t *lock,
 	if (ret) {
 		kfree(gck);
 		hw = ERR_PTR(ret);
+	}
 
 	return hw;
 }
-- 
2.11.0


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

end of thread, other threads:[~2017-06-05 19:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-04 22:02 [PATCH] clk: at91: fix clk-generated compilation Alexandre Belloni
2017-06-05 19:56 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).