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 <peng.fan@nxp.com> Reviewed-by: Tanmay Kathpalia <tanmay.kathpalia@altera.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Julien Stephan <jstephan@baylibre.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user