|
@@ -359,7 +359,7 @@ static struct clk *icst_clk_setup(struct device *dev,
|
|
struct clk_init_data init;
|
|
struct clk_init_data init;
|
|
struct icst_params *pclone;
|
|
struct icst_params *pclone;
|
|
|
|
|
|
- icst = kzalloc(sizeof(struct clk_icst), GFP_KERNEL);
|
|
|
|
|
|
+ icst = kzalloc(sizeof(*icst), GFP_KERNEL);
|
|
if (!icst)
|
|
if (!icst)
|
|
return ERR_PTR(-ENOMEM);
|
|
return ERR_PTR(-ENOMEM);
|
|
|
|
|