Remove superfluous return statement.
MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
f0361cf78b
commit
195b63cfea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user