commit | d37204566a61d5116d385ae909db8e14a734b30f | [log] [tgz] |
---|---|---|
author | Andrew Jones <drjones@redhat.com> | Mon Feb 18 10:29:20 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 19 00:51:09 2013 -0500 |
tree | 1de89382a76c993a0b8c6081609b25eeb6e7f4e2 | |
parent | 07dcf8e9cc77e86eedfc28fa37713b5471e906b7 [diff] |
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 <drjones@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>