commit | 24142fd8d87d763bfc401cb0c496bb1050fea0b8 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Aug 09 14:48:01 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 09 14:02:50 2018 -0700 |
tree | ccad079c3f02b82832bcfc13e2904224232d317e | |
parent | 45ca2fd64682cd1ea14b480fbb4b38b601ac123b [diff] |
s390/qeth: do basic setup for data channel The data channel currently doesn't need a setup operation, because we don't use pre-allocated cmd buffers for its IO. But subsequent changes will introduce further setup that also applies to the data channel. This refactors things a bit, so that the new stuff can then be automatically applied to all channels. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>