]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: remove bogus netif_wake_queue()
authorJulian Wiedmann <jwi@linux.ibm.com>
Fri, 25 Jan 2019 14:44:17 +0000 (15:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Jan 2019 05:23:55 +0000 (21:23 -0800)
commit6fba5d35449407de0cca6ef86260710d19a86668
tree39550fa070916b261344717ff4b838b41fd99d7e
parentcbf719d4f62e0d44f3159d7d9ab2c6efe7061368
s390/qeth: remove bogus netif_wake_queue()

qeth_qdio_cq_handler() doesn't replenish the Output Queue(s), and thus
has no reason to wake the txq.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_core_main.c