From: Jack Morgenstein Date: Thu, 25 Oct 2012 01:12:47 +0000 (+0000) Subject: net/mlx4_en: Fix double-release-range in tx-rings X-Git-Tag: v3.7-rc3~7^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7208ca300725ebc1dd4c60511ed67a69c684eb91;p=pandora-kernel.git net/mlx4_en: Fix double-release-range in tx-rings The QP range is reserved as a single block. However, when freeing the en resources, the tx-ring QPs are released both in mlx4_en_destroy_tx_ring (one at a time) and in mlx4_en_free_resources (as a block release). Fix by eliminating the one-at-a-time release in mlx4_en_destroy_tx_ring. Signed-off-by: Jack Morgenstein Signed-off-by: Or Gerlitz Signed-off-by: David S. Miller --- Reading git-diff-tree failed