commit | ed2e93efc3b8d34ba36b0f7b581f3828916a1da7 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Wed Oct 18 17:40:15 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 20 13:11:04 2017 +0100 |
tree | 71de41dc83593fadaa1eaaf0ed65241e09052d2f | |
parent | dbb27af91d2afd820c7cb5fab9b7608225e22fea [diff] |
s390/qeth: remove duplicated device matching With commit "s390/ccwgroup: tie a ccwgroup driver to its ccw driver", the ccwgroup core now ensures that a qeth group device only consists of ccw devices which are supported by qeth. Therefore remove qeth's internal device matching, and use .driver_info to determine the card type. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>