From: Andrew Jones Date: Mon, 18 Feb 2013 10:29:20 +0000 (+0000) Subject: xen: netback: remove redundant xenvif_put X-Git-Tag: v3.9-rc1~139^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d37204566a61d5116d385ae909db8e14a734b30f;p=pandora-kernel.git xen: netback: remove redundant xenvif_put netbk_fatal_tx_err() calls xenvif_carrier_off(), which does a xenvif_put(). As callers of netbk_fatal_tx_err should only have one reference to the vif at this time, then the xenvif_put in netbk_fatal_tx_err is one too many. Signed-off-by: Andrew Jones Signed-off-by: David S. Miller --- Reading git-diff-tree failed