From: Eran Ben Elisha Date: Thu, 25 Jun 2015 08:29:41 +0000 (+0300) Subject: net/mlx4_en: Release TX QP when destroying TX ring X-Git-Tag: omap-for-v4.2/fixes-rc1^2~57^2~32^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb08514fdbdcd16fd6870680cd638f203662e9d;p=pandora-kernel.git net/mlx4_en: Release TX QP when destroying TX ring TX ring QP wasn't released at mlx4_en_destroy_tx_ring. Instead, the code used the deprecated base_tx_qpn field. Move TX QP release to mlx4_en_destroy_tx_ring and remove the base_tx_qpn field. Fixes: ddae0349fdb7 ('net/mlx4: Change QP allocation scheme') Signed-off-by: Eran Ben Elisha Signed-off-by: Or Gerlitz Signed-off-by: David S. Miller --- Reading git-diff-tree failed