Commit b10ceb55 authored by Heiner Kallweit's avatar Heiner Kallweit Committed by David S. Miller
Browse files

r8169: remove "not PCI Express" message



The ones who want to know can easily identify whether chip is PCI or
PCIe based on the chip name. I doubt there's any benefit in this
message, so remove it.

Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8c0511ec
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -7291,9 +7291,6 @@ static int rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)

	tp->mmio_addr = pcim_iomap_table(pdev)[region];

	if (!pci_is_pcie(pdev))
		dev_info(&pdev->dev, "not PCI Express\n");

	/* Identify chip attached to board */
	rtl8169_get_mac_version(tp, cfg->default_ver);