Skip to content

Commit

Permalink
Merge branch 'sfc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/g…
Browse files Browse the repository at this point in the history
…it/bwh/sfc
  • Loading branch information
David S. Miller committed May 10, 2012
2 parents 477206a + 3132d28 commit 0e0c551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/sfc/efx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ static int efx_probe_interrupts(struct efx_nic *efx)
}

/* RSS might be usable on VFs even if it is disabled on the PF */
efx->rss_spread = (efx->n_rx_channels > 1 ?
efx->rss_spread = ((efx->n_rx_channels > 1 || !efx_sriov_wanted(efx)) ?
efx->n_rx_channels : efx_vf_size(efx));

return 0;
Expand Down

0 comments on commit 0e0c551

Please sign in to comment.