commit | 7cbc9e8fe6ccbc47604a91901620c67bc538e152 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Tue Jun 11 18:37:51 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 13 22:39:31 2019 -0700 |
tree | 4dbc0e0a07c577b7aeacf7b69db5bcc851e931f2 | |
parent | ad16087222262d7e66cc1ed3838264b84997323a [diff] |
s390/qeth: restart pending READ cmd from callback The completion of a pending READ cmd is processed via qeth_issue_next_read_cb(). Let this callback also start the next READ cmd, instead of hardcoding that step into the IRQ handler. While at it remove the check of the channel state, __qeth_issue_next_read() already does this. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>