From: Ben Hutchings Date: Mon, 27 May 2013 15:52:54 +0000 (+0100) Subject: sfc: Remove bogus call to efx_release_tx_buffers() X-Git-Tag: v3.12-rc1~132^2~185^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=501a248cf6995286a4da0c2aa93c0fa9c5941453;p=pandora-kernel.git sfc: Remove bogus call to efx_release_tx_buffers() efx_unregister_netdev() should not call efx_release_tx_buffers() directly, as it is already done when closing the device: efx_net_stop() -> efx_stop_all() -> efx_stop_datapath() -> efx_fini_tx_queue() -> efx_release_tx_buffers(). (This was presumably a workaround for a race between efx_stop_all() and the data path that has since been properly fixed.) Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed