mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
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:
parent
fc0db6556c
commit
8f6cc48e1a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user