Remove superfluous return statement.

MFC after:		1 week
Sponsored by:		Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2017-01-20 15:47:29 +00:00
parent b98ba64027
commit e16c241deb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312537

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