Remove superfluous return statement.

MFC after:		1 week
Sponsored by:		Mellanox Technologies
This commit is contained in:
hselasky 2017-01-20 15:47:29 +00:00
parent f0361cf78b
commit 195b63cfea

View File

@ -1191,7 +1191,6 @@ mlx5e_sq_send_nops_locked(struct mlx5e_sq *sq, int can_sleep)
mlx5e_tx_notify_hw(sq, sq->doorbell.d32, 0);
sq->doorbell.d64 = 0;
}
return;
}
void