From: Florian Fainelli Date: Thu, 20 Mar 2014 17:53:23 +0000 (-0700) Subject: net: bcmgenet: manipulate netdev_queue directly X-Git-Tag: v3.15-rc1~113^2~109^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2cde2cc71f2382e4a4bfaaacd5263bd93f1e0d2;p=pandora-kernel.git net: bcmgenet: manipulate netdev_queue directly Instead of always invoking netdev_get_tx_queue() in bcmgenet_xmit() and bcmgenet_tx_reclaim(), just get the corresponding netdev_queue pointer once and for all and manipulate it throughout bcmgenet_xmit() and bcmgenet_tx_reclaim(). Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed