Loading drivers/regulator/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -3661,7 +3661,7 @@ int regulator_bulk_disable(int num_consumers, for (++i; i < num_consumers; ++i) { r = regulator_enable(consumers[i].consumer); if (r != 0) pr_err("Failed to reename %s: %d\n", pr_err("Failed to re-enable %s: %d\n", consumers[i].supply, r); } Loading Loading
drivers/regulator/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -3661,7 +3661,7 @@ int regulator_bulk_disable(int num_consumers, for (++i; i < num_consumers; ++i) { r = regulator_enable(consumers[i].consumer); if (r != 0) pr_err("Failed to reename %s: %d\n", pr_err("Failed to re-enable %s: %d\n", consumers[i].supply, r); } Loading