]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
e1000e: demote a debugging WARN to a debug log message
authorBruce Allan <bruce.w.allan@intel.com>
Fri, 21 Oct 2011 04:33:47 +0000 (04:33 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 06:30:49 +0000 (14:30 +0800)
This debugging message was recently added but it does not need to be as
alarming as a WARN.

(cherry picked from commit 34c9ef8bc66e21bdecb215b2fb7d93092468d27d)
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/e1000e/ich8lan.c

index 6165b2e288dcf9de274e1acbe85b01d246d80c8f..b19d6d114f1f915b9eda8f75ae87ab4149f301f7 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;
        }