commit | 2439fc4d71f71b47c8ace1f42eb46039222282a0 | [log] [tgz] |
---|---|---|
author | Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp> | Mon Apr 13 18:15:11 2015 +0900 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu May 07 05:11:29 2015 -0700 |
tree | d238aa343309dadbca5e6d19c2805852089dd9b7 | |
parent | c0a06ee185f2b785c7bd44c4fb6fcae80f7d1a54 [diff] |
igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector adapter->tx_ring is set to NULL where rx_ring should be. Fixes: 5536d2102a2d ("igb: Combine q_vector and ring allocation into a single function") Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>