From: Don Skidmore Date: Wed, 1 Dec 2010 20:54:53 +0000 (+0000) Subject: ixgbe: fix possible NULL pointer deference in shutdown path X-Git-Tag: v2.6.37-rc6~14^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8eb3a1046f68a5b8f284830d971c62688cd606b;p=pandora-kernel.git ixgbe: fix possible NULL pointer deference in shutdown path After freeing the rings we were not zeroing out the ring count values. This patch now clears these counts correctly. Reported-by: Yinghai Lu Signed-off-by: Don Skidmore Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed