aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-npcm7xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/clk-npcm7xx.c')
-rw-r--r--drivers/clk/clk-npcm7xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk-npcm7xx.c b/drivers/clk/clk-npcm7xx.c
index 27a86b7a34db..c82df105b0a2 100644
--- a/drivers/clk/clk-npcm7xx.c
+++ b/drivers/clk/clk-npcm7xx.c
@@ -647,7 +647,7 @@ static void __init npcm7xx_clk_init(struct device_node *clk_np)
return;
npcm7xx_init_fail:
- kfree(npcm7xx_clk_data->hws);
+ kfree(npcm7xx_clk_data);
npcm7xx_init_np_err:
iounmap(clk_base);
npcm7xx_init_error: