commit | c649c41d5d0f7d153bd5d5d9c093fec16ee03e00 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Mon May 04 19:39:42 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 04 11:21:40 2020 -0700 |
tree | 9e2568e215ceb8d10ec9c6913418828da361b1fd | |
parent | d975cb7ea915e64a3ebcfef8a33051f3e6bf22a8 [diff] |
s390/qeth: fix cancelling of TX timer on dev_close() With the introduction of TX coalescing, .ndo_start_xmit now potentially starts the TX completion timer. So only kill the timer _after_ TX has been disabled. Fixes: ee1e52d1e4bb ("s390/qeth: add TX IRQ coalescing support for IQD devices") Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>