diff options
| author | Julien Stephan <[email protected]> | 2026-01-15 15:30:43 +0100 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2026-01-22 10:01:10 +0800 |
| commit | 7dbec4f77c907c20c1ae707bfdd8ac356b0e0986 (patch) | |
| tree | c9746ce3a975f1265ae9ffd631c4215a3d82bcb8 /drivers/power | |
| parent | fd871fc6bb497c6ddd7b39622480b89add78f57b (diff) | |
power: regulator: common: remove unnecessary debug trace
Drop the ftrace like debug() that checkpatch --strict complains about:
WARNING: Unnecessary ftrace-like logging - prefer using ftrace
Reviewed-by: Peng Fan <[email protected]>
Reviewed-by: Tanmay Kathpalia <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Signed-off-by: Julien Stephan <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'drivers/power')
| -rw-r--r-- | drivers/power/regulator/regulator_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/regulator/regulator_common.c b/drivers/power/regulator/regulator_common.c index 685d8735fa5..ce3d80670de 100644 --- a/drivers/power/regulator/regulator_common.c +++ b/drivers/power/regulator/regulator_common.c @@ -98,7 +98,6 @@ int regulator_common_set_enable(const struct udevice *dev, if (enable && plat->startup_delay_us) udelay(plat->startup_delay_us); - debug("%s: done\n", __func__); if (!enable && plat->off_on_delay_us) udelay(plat->off_on_delay_us); |
