diff options
-rw-r--r-- | drivers/clk/clk-max77686.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/clk/clk-max77686.c b/drivers/clk/clk-max77686.c index 90bf59cf9d25..9f57bc37cd60 100644 --- a/drivers/clk/clk-max77686.c +++ b/drivers/clk/clk-max77686.c | |||
@@ -116,8 +116,7 @@ static int max77686_clk_register(struct device *dev, | |||
116 | if (IS_ERR(clk)) | 116 | if (IS_ERR(clk)) |
117 | return -ENOMEM; | 117 | return -ENOMEM; |
118 | 118 | ||
119 | max77686->lookup = devm_kzalloc(dev, sizeof(struct clk_lookup), | 119 | max77686->lookup = kzalloc(sizeof(struct clk_lookup), GFP_KERNEL); |
120 | GFP_KERNEL); | ||
121 | if (!max77686->lookup) | 120 | if (!max77686->lookup) |
122 | return -ENOMEM; | 121 | return -ENOMEM; |
123 | 122 | ||