]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/net/ethernet/intel/e1000e/ich8lan.c
e1000e: demote a debugging WARN to a debug log message
[mirror_ubuntu-bionic-kernel.git] / drivers / net / ethernet / intel / e1000e / ich8lan.c
index 6a17c62cb86f5ad5210d9b5a1452b00995e7da7d..e2a80a283fd313e0e76fa87a8470c09b37415f27 100644 (file)
@@ -866,8 +866,7 @@ static s32 e1000_acquire_swflag_ich8lan(struct e1000_hw *hw)
 
        if (test_and_set_bit(__E1000_ACCESS_SHARED_RESOURCE,
                             &hw->adapter->state)) {
-               WARN(1, "e1000e: %s: contention for Phy access\n",
-                    hw->adapter->netdev->name);
+               e_dbg("contention for Phy access\n");
                return -E1000_ERR_PHY;
        }