commit | 6585ac4e5d74e8e8310c87c18782812faada13a8 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Sep 26 18:29:12 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 26 09:56:07 2018 -0700 |
tree | 5063faed44f4ce6b9dc4c01a6ae6d701fc3ee58f | |
parent | 8d908eb045bb1ad8a842910360938a204a203617 [diff] |
s390/qeth: remove various redundant code 1. tracing iob->rc makes no sense when it hasn't been modified by the callback, 2. the qeth_dbf_list is declared with LIST_HEAD, which also initializes the list, 3. the ccwgroup core only calls the thaw/restore callbacks if the gdev is online, so we don't have to check for it again. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>