mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 06:30:54 +07:00
niu: Fix unused variable warning.
Don't strain gcc's tiny mind. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bc4de26040
commit
efb6c736da
@ -4834,6 +4834,7 @@ static int niu_compute_rbr_cfig_b(struct rx_ring_info *rp, u64 *ret)
|
||||
{
|
||||
u64 val = 0;
|
||||
|
||||
*ret = 0;
|
||||
switch (rp->rbr_block_size) {
|
||||
case 4 * 1024:
|
||||
val |= (RBR_BLKSIZE_4K << RBR_CFIG_B_BLKSIZE_SHIFT);
|
||||
|
Loading…
Reference in New Issue
Block a user