Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5219e4c9 authored by Dmitry Kravkov's avatar Dmitry Kravkov Committed by David S. Miller
Browse files

bnx2x: add endline at end of message

parent 4a287eba
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -8520,7 +8520,7 @@ static void bnx2x_sp_rtnl_task(struct work_struct *work)
	 * damage
	 * damage
	 */
	 */
	if (test_and_clear_bit(BNX2X_SP_RTNL_FAN_FAILURE, &bp->sp_rtnl_state)) {
	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);
		netif_device_detach(bp->dev);
		bnx2x_close(bp->dev);
		bnx2x_close(bp->dev);
	}
	}