Loading drivers/clk/clk-scpi.c +1 −1 Original line number Diff line number Diff line Loading @@ -299,7 +299,7 @@ static int scpi_clocks_probe(struct platform_device *pdev) /* Add the virtual cpufreq device */ cpufreq_dev = platform_device_register_simple("scpi-cpufreq", -1, NULL, 0); if (!cpufreq_dev) if (IS_ERR(cpufreq_dev)) pr_warn("unable to register cpufreq device"); return 0; Loading Loading
drivers/clk/clk-scpi.c +1 −1 Original line number Diff line number Diff line Loading @@ -299,7 +299,7 @@ static int scpi_clocks_probe(struct platform_device *pdev) /* Add the virtual cpufreq device */ cpufreq_dev = platform_device_register_simple("scpi-cpufreq", -1, NULL, 0); if (!cpufreq_dev) if (IS_ERR(cpufreq_dev)) pr_warn("unable to register cpufreq device"); return 0; Loading