Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Several cases of overlapping changes, except the packet scheduler conflicts which deal with the addition of the free list parameter to qdisc_enqueue(). Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -104,7 +104,8 @@ int efx_farch_test_registers(struct efx_nic *efx,
|
||||
const struct efx_farch_register_test *regs,
|
||||
size_t n_regs)
|
||||
{
|
||||
unsigned address = 0, i, j;
|
||||
unsigned address = 0;
|
||||
int i, j;
|
||||
efx_oword_t mask, imask, original, reg, buf;
|
||||
|
||||
for (i = 0; i < n_regs; ++i) {
|
||||
|
Reference in New Issue
Block a user