From: Sathya Perla Date: Wed, 10 Jun 2009 02:23:50 +0000 (+0000) Subject: be2net: Fix be_tx_q_clean() being called on freed queues X-Git-Tag: v2.6.31-rc1~330^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934037bc2ed29a94bbde72aa6a2e66bdc5861b98;p=pandora-kernel.git be2net: Fix be_tx_q_clean() being called on freed queues In the tx queue destroy path, be_tx_q_clean() is currently called after the tx queues are freed; it must be called before. Signed-off-by: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed