From: Hans de Goede Date: Sun, 1 Aug 2021 13:30:58 +0000 (+0200) Subject: power: supply: axp288_fuel_gauge: Silence the chatty IRQ mapping code X-Git-Tag: v5.15.73~11314^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f6cc48e1aff3c1d641a65f3ad6d01c233269ea8;p=platform%2Fkernel%2Flinux-rpi.git power: supply: axp288_fuel_gauge: Silence the chatty IRQ mapping code Drop the IRQ mapping messages, because they are really not interesting at all. Signed-off-by: Hans de Goede Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/supply/axp288_fuel_gauge.c b/drivers/power/supply/axp288_fuel_gauge.c index d189849564db..43cc171101f1 100644 --- a/drivers/power/supply/axp288_fuel_gauge.c +++ b/drivers/power/supply/axp288_fuel_gauge.c @@ -537,9 +537,6 @@ static void fuel_gauge_init_irq(struct axp288_fg_info *info) pirq, info->irq[i]); info->irq[i] = -1; goto intr_failed; - } else { - dev_info(&info->pdev->dev, "HW IRQ %d -> VIRQ %d\n", - pirq, info->irq[i]); } } return;