Skip to content

Commit

Permalink
clk: at91: fix clk-generated compilation
Browse files Browse the repository at this point in the history
Fix missing }

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
  • Loading branch information
Alexandre Belloni authored and Stephen Boyd committed Jun 5, 2017
1 parent cfe76a2 commit 4a5f06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/at91/clk-generated.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ at91_clk_register_generated(struct regmap *regmap, spinlock_t *lock,
if (ret) {
kfree(gck);
hw = ERR_PTR(ret);
}

return hw;
}
Expand Down

0 comments on commit 4a5f06a

Please sign in to comment.