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>
This commit is contained in:
Hans de Goede 2021-08-01 15:30:58 +02:00 коммит произвёл Sebastian Reichel
Родитель fc0db6556c
Коммит 8f6cc48e1a
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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;