commit | 871602b1079234b2a9279062eaeadb3aad7bc863 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Dec 18 17:34:42 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 18 12:34:56 2019 -0800 |
tree | 65539519566b5e4cc01744330a8d8e4c3c536592 | |
parent | 3a74a62d3ce79c442cdc179fcf1526f81e513a58 [diff] |
s390/qeth: only handle IRQs while device is online A qeth device that's offline should not be receiving any IRQs - all pending IOs have been terminated, and we avoid starting any new ones. So rather than immediately registering the IRQ handler when the device is probed, only register it while the device is online. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>