Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53a022d0 authored by Enric Balletbo i Serra's avatar Enric Balletbo i Serra Committed by Sebastian Reichel
Browse files

power: supply: tps65217: remove debug messages for function calls



Equivalent information can be nowadays obtained using function tracer.

Signed-off-by: default avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent 9697277e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -58,8 +58,6 @@ static int tps65217_config_charger(struct tps65217_charger *charger)
{
	int ret;

	dev_dbg(charger->dev, "%s\n", __func__);

	/*
	 * tps65217 rev. G, p. 31 (see p. 32 for NTC schematic)
	 *
@@ -205,8 +203,6 @@ static int tps65217_charger_probe(struct platform_device *pdev)
	int ret;
	int i;

	dev_dbg(&pdev->dev, "%s\n", __func__);

	charger = devm_kzalloc(&pdev->dev, sizeof(*charger), GFP_KERNEL);
	if (!charger)
		return -ENOMEM;