From: Shannon Nelson Date: Tue, 11 Feb 2014 08:24:07 +0000 (+0000) Subject: i40e: delete netdev after deleting napi and vectors X-Git-Tag: v3.15-rc1~113^2~150^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a48665970962a9b50aa81722ca4e943fcfdc6699;p=pandora-kernel.git i40e: delete netdev after deleting napi and vectors We've been deleting the netdev before getting around to deleting the napi structs. Unfortunately, we then didn't delete the napi structs because we have a check for netdev, thus we were leaving garbage around in the system. Change-ID: Ife540176f6c9f801147495b3f2d2ac2e61ddcc58 Signed-off-by: Shannon Nelson Signed-off-by: Catherine Sullivan Tested-by: Kavindya Deegala Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed