Loading drivers/cpufreq/cpufreq_opp.c +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ int dev_pm_opp_init_cpufreq_table(struct device *dev, goto out; } freq_table = kcalloc(sizeof(*freq_table), (max_opps + 1), GFP_ATOMIC); freq_table = kcalloc((max_opps + 1), sizeof(*freq_table), GFP_ATOMIC); if (!freq_table) { ret = -ENOMEM; goto out; Loading Loading
drivers/cpufreq/cpufreq_opp.c +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ int dev_pm_opp_init_cpufreq_table(struct device *dev, goto out; } freq_table = kcalloc(sizeof(*freq_table), (max_opps + 1), GFP_ATOMIC); freq_table = kcalloc((max_opps + 1), sizeof(*freq_table), GFP_ATOMIC); if (!freq_table) { ret = -ENOMEM; goto out; Loading