commit | 4fda33547676e270245431d59aa72f3e5bdc1d30 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Sep 26 18:29:02 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 26 09:56:07 2018 -0700 |
tree | 0472d464653965d27d1129f5c42fe5b9a94ad3b2 | |
parent | 4b1bd69769454175268908f50b32f1cbfee5bb83 [diff] |
s390/qeth: convert layer attribute to enum While the raw values are fixed due to their use in a sysfs attribute, we can still use the proper QETH_DISCIPLINE_* enum within the driver. Also move the initialization into qeth_set_initial_options(), along with all other user-configurable fields. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>