OSDN Git Service

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)
commit44eb086f9af9a7f562b087a70ef69506df20e9b7
tree39550fa070916b261344717ff4b838b41fd99d7e
parentf72b4644b224aab3f7d4f8134349b20a8dcb0575
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