diff options
author | Hans de Goede <hdegoede@redhat.com> | 2021-08-01 15:30:58 +0200 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2021-08-05 18:54:52 +0200 |
commit | 8f6cc48e1aff3c1d641a65f3ad6d01c233269ea8 (patch) | |
tree | d2b5d7948c66662b5ea1758c0cb252ef9d56f78e /drivers/power | |
parent | fc0db6556c4170205391cdcf0f2de0bc99d4ef4e (diff) | |
download | linux-8f6cc48e1aff3c1d641a65f3ad6d01c233269ea8.tar.bz2 |
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 <hdegoede@redhat.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/supply/axp288_fuel_gauge.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |