mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
igbvf: remove unused variable and dead code
The variable rdlen is set but never used, and thus setting it is dead code. Remove it. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
3f544d2a4d
commit
12b28b4108
@ -1367,7 +1367,7 @@ static void igbvf_configure_rx(struct igbvf_adapter *adapter)
|
|||||||
struct e1000_hw *hw = &adapter->hw;
|
struct e1000_hw *hw = &adapter->hw;
|
||||||
struct igbvf_ring *rx_ring = adapter->rx_ring;
|
struct igbvf_ring *rx_ring = adapter->rx_ring;
|
||||||
u64 rdba;
|
u64 rdba;
|
||||||
u32 rdlen, rxdctl;
|
u32 rxdctl;
|
||||||
|
|
||||||
/* disable receives */
|
/* disable receives */
|
||||||
rxdctl = er32(RXDCTL(0));
|
rxdctl = er32(RXDCTL(0));
|
||||||
@ -1375,8 +1375,6 @@ static void igbvf_configure_rx(struct igbvf_adapter *adapter)
|
|||||||
e1e_flush();
|
e1e_flush();
|
||||||
msleep(10);
|
msleep(10);
|
||||||
|
|
||||||
rdlen = rx_ring->count * sizeof(union e1000_adv_rx_desc);
|
|
||||||
|
|
||||||
/* Setup the HW Rx Head and Tail Descriptor Pointers and
|
/* Setup the HW Rx Head and Tail Descriptor Pointers and
|
||||||
* the Base and Length of the Rx Descriptor Ring
|
* the Base and Length of the Rx Descriptor Ring
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user