mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 09:26:45 +07:00
power: supply: tps65217: remove debug messages for function calls
Equivalent information can be nowadays obtained using function tracer. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
parent
9697277ed5
commit
53a022d0c1
@ -58,8 +58,6 @@ static int tps65217_config_charger(struct tps65217_charger *charger)
|
|||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
dev_dbg(charger->dev, "%s\n", __func__);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* tps65217 rev. G, p. 31 (see p. 32 for NTC schematic)
|
* 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 ret;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
dev_dbg(&pdev->dev, "%s\n", __func__);
|
|
||||||
|
|
||||||
charger = devm_kzalloc(&pdev->dev, sizeof(*charger), GFP_KERNEL);
|
charger = devm_kzalloc(&pdev->dev, sizeof(*charger), GFP_KERNEL);
|
||||||
if (!charger)
|
if (!charger)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
Loading…
Reference in New Issue
Block a user