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

Commit 01b91f4c authored by Pratik Pujar's avatar Pratik Pujar Committed by David S. Miller
Browse files

qlcnic: Removed adapter series name from warning messages.

parent f91bbcb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2141,7 +2141,7 @@ qlcnic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
	if (qlcnic_83xx_check(adapter) && !qlcnic_use_msi_x &&
	    !!qlcnic_use_msi)
		dev_warn(&pdev->dev,
			 "83xx adapter do not support MSI interrupts\n");
			 "Device does not support MSI interrupts\n");

	err = qlcnic_setup_intr(adapter, 0);
	if (err) {
+1 −1
Original line number Diff line number Diff line
@@ -562,7 +562,7 @@ static int qlcnic_sriov_setup_vf(struct qlcnic_adapter *adapter,
	INIT_LIST_HEAD(&adapter->vf_mc_list);
	if (!qlcnic_use_msi_x && !!qlcnic_use_msi)
		dev_warn(&adapter->pdev->dev,
			 "83xx adapter do not support MSI interrupts\n");
			 "Device does not support MSI interrupts\n");

	err = qlcnic_setup_intr(adapter, 1);
	if (err) {