| Submitter | Dmitry Kravkov |
|---|---|
| Date | Nov. 14, 2011, 8:28 a.m. |
| Message ID | <1321259286.4651.9.camel@lb-tlvb-dmitry> |
| Download | mbox | patch |
| Permalink | /patch/125500/ |
| State | Changes Requested |
| Delegated to: | David Miller |
| Headers | show |
Comments
Come on :-/ Please make a real patch submission instead of hijacking the posting for the original patch. The subject line here is going to be completely wrong if I just apply this thing as-is. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c index 33ff60d..c09e59a 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c @@ -8520,7 +8520,7 @@ sp_rtnl_not_reset: * damage */ if (test_and_clear_bit(BNX2X_SP_RTNL_FAN_FAILURE, &bp->sp_rtnl_state)) { - DP(BNX2X_MSG_SP, "fan failure detected. Unloading driver"); + DP(BNX2X_MSG_SP, "fan failure detected. Unloading driver\n"); netif_device_detach(bp->dev); bnx2x_close(bp->dev); }