]> 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)
commit8ff595888ed6f50433ee259cf946690fca1320a6
tree05514fce5c237b8881fc9db21d0043a96bc6c677
parent524eb18e08fec57025b65c0c893f901d9ab2aa33
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