Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84971bb4 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: pci: Kill off useless debugging printk() in pci-sh7780 init.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 0232ba9c
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -118,18 +118,6 @@ int __init sh7780_pcic_init(struct pci_channel *chan,
	pci_write_reg(chan, map->window1.base, SH4_PCILAR1);
	pci_write_reg(chan, map->window1.base, SH7780_PCIMBAR1);

	/* Map IO space into PCI IO window:
	 * IO addresses will be translated to the PCI IO window base address
	 */
	pr_debug("PCI: Mapping IO address 0x%x - 0x%x to base 0x%lx\n",
		 chan->io_resource->start, chan->io_resource->end,
		 chan->io_base + chan->io_resource->start);

	/* NOTE: I'm ignoring the PCI error IRQs for now..
	 * TODO: add support for the internal error interrupts and
	 * DMA interrupts...
	 */

	/* Apply any last-minute PCIC fixups */
	pci_fixup_pcic(chan);