mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 15:01:44 +00:00
qlcnic: Removed adapter series name from warning messages.
Signed-off-by: Pratik Pujar <pratik.pujar@qlogic.com> Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f91bbcb0b8
commit
01b91f4c31
2 changed files with 2 additions and 2 deletions
|
@ -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 &&
|
if (qlcnic_83xx_check(adapter) && !qlcnic_use_msi_x &&
|
||||||
!!qlcnic_use_msi)
|
!!qlcnic_use_msi)
|
||||||
dev_warn(&pdev->dev,
|
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);
|
err = qlcnic_setup_intr(adapter, 0);
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|
|
@ -562,7 +562,7 @@ static int qlcnic_sriov_setup_vf(struct qlcnic_adapter *adapter,
|
||||||
INIT_LIST_HEAD(&adapter->vf_mc_list);
|
INIT_LIST_HEAD(&adapter->vf_mc_list);
|
||||||
if (!qlcnic_use_msi_x && !!qlcnic_use_msi)
|
if (!qlcnic_use_msi_x && !!qlcnic_use_msi)
|
||||||
dev_warn(&adapter->pdev->dev,
|
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);
|
err = qlcnic_setup_intr(adapter, 1);
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue