igb: Cleanups for messaging
[deliverable/linux.git] / drivers / net / ethernet / intel / igb / e1000_mac.c
index 5910a932ea7c92cb67223a7c900f7c3b3e36a990..fc2c76e0f4a5841875d3ddf894e62cdb8dbf624d 100644 (file)
@@ -866,8 +866,7 @@ s32 igb_config_fc_after_link_up(struct e1000_hw *hw)
                        goto out;
 
                if (!(mii_status_reg & MII_SR_AUTONEG_COMPLETE)) {
-                       hw_dbg("Copper PHY and Auto Neg "
-                                "has not completed.\n");
+                       hw_dbg("Copper PHY and Auto Neg has not completed.\n");
                        goto out;
                }
 
@@ -932,8 +931,7 @@ s32 igb_config_fc_after_link_up(struct e1000_hw *hw)
                                hw_dbg("Flow Control = FULL.\r\n");
                        } else {
                                hw->fc.current_mode = e1000_fc_rx_pause;
-                               hw_dbg("Flow Control = "
-                                      "RX PAUSE frames only.\r\n");
+                               hw_dbg("Flow Control = RX PAUSE frames only.\r\n");
                        }
                }
                /* For receiving PAUSE frames ONLY.
This page took 0.027547 seconds and 5 git commands to generate.