summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/configs/BF561-ACVILON_defconfig
diff options
context:
space:
mode:
authorPaul Gortmaker2012-03-18 22:11:22 +0100
committerPaul Gortmaker2012-03-18 22:11:22 +0100
commit5407b14c6792d6ff122ecb1a2a6acffad60ef389 (patch)
treef405e986ed2b718f3a3bae81cd50bbe5b18f5b53 /arch/blackfin/configs/BF561-ACVILON_defconfig
parentgianfar: delete orphaned version strings and dead macros (diff)
downloadkernel-qcow2-linux-5407b14c6792d6ff122ecb1a2a6acffad60ef389.tar.gz
kernel-qcow2-linux-5407b14c6792d6ff122ecb1a2a6acffad60ef389.tar.xz
kernel-qcow2-linux-5407b14c6792d6ff122ecb1a2a6acffad60ef389.zip
gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stopped
The __netif_subqueue_stopped() just does the following: struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); return netif_tx_queue_stopped(txq); and since we already have the txq in scope, we can just call that directly in this case. Suggested-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/blackfin/configs/BF561-ACVILON_defconfig')
0 files changed, 0 insertions, 0 deletions