Files
linux/drivers
Julian Wiedmann 04fa55fe07 s390/qeth: don't set card state in qeth_qdio_clear_card()
Any change to the card state should only be driven by
qeth_l?_set_online() and qeth_l?_stop_card().

qeth_qdio_clear_card() currently also gets called from
(a) qeth_core_shutdown(), where we haven't walked through the whole
    teardown sequence. So changing the state to DOWN is not accurate.
(b) qeth_core_hardsetup_card(), which is only called while the card is
    still in DOWN state. No change in behaviour here.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-10-31 12:32:59 -07:00
..
2019-10-28 16:47:22 -07:00
2019-09-28 20:44:12 +02:00
2019-08-27 09:43:59 +02:00
2019-09-23 17:20:40 -04:00
2019-10-15 23:51:36 +02:00
2019-09-24 15:54:08 -07:00