]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: don't poll for cmd IO completion
authorJulian Wiedmann <jwi@linux.ibm.com>
Thu, 28 Mar 2019 15:39:24 +0000 (16:39 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Mar 2019 19:57:24 +0000 (12:57 -0700)
commit3147a7d88bc3fe58998216e561e1bdc5c0cc4da9
tree05514fce5c237b8881fc9db21d0043a96bc6c677
parent2f50a20d86ec2db2162d0e8e18e2d8745867a9ff
s390/qeth: don't poll for cmd IO completion

All callers are running in process context now, so we can safely sleep
in qeth_send_control_data() while waiting for a cmd to complete.

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