From: Toshiaki Makita Date: Mon, 13 Apr 2015 09:15:11 +0000 (+0900) Subject: igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector X-Git-Tag: omap-for-v4.2/wakeirq-drivers~2^2~30^2~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2439fc4d71f71b47c8ace1f42eb46039222282a0;p=pandora-kernel.git 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed