commit | 09ac887f03608db76847f2be4a8ec72cb4323b0d | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Tue Jun 11 18:37:52 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 13 22:39:31 2019 -0700 |
tree | 874daa8bba5f863e7e4427dd2f16ffd39faffda2 | |
parent | 7cbc9e8fe6ccbc47604a91901620c67bc538e152 [diff] |
s390/qeth: clean up setting of BLKT defaults When called from qeth_core_probe_device(), qeth_determine_capabilities() initializes the device's BLKT defaults. From all other callers, the ccw_device has already been set online and the BLKT setting is skipped. Clean this up by extracting the BLKT setting into a separate helper that gets called from the right place. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>