bnx2x: add endline at end of message
Reported-by: Joe Perches <joe@perches.com> Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4a287eba2d
commit
5219e4c93c
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue