Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

niu: Fix unused variable warning.

Don't strain gcc's tiny mind.

Signed-off-by: David S. Miller <davem@davemloft.net>

+1
+1
drivers/net/niu.c
··· 4834 4834 { 4835 4835 u64 val = 0; 4836 4836 4837 + *ret = 0; 4837 4838 switch (rp->rbr_block_size) { 4838 4839 case 4 * 1024: 4839 4840 val |= (RBR_BLKSIZE_4K << RBR_CFIG_B_BLKSIZE_SHIFT);