commit | 84c91482eec419726ab6743d97816084a3e815cc | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Oct 01 19:11:34 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 02 16:22:49 2020 -0700 |
tree | 752262c845ad3b25b9260c459a2d08c34a6c6971 | |
parent | 50144f675363c368400eedd52c6680163b3260eb [diff] |
s390/qeth: use netdev_name() Replace our custom version of netdev_name(). Once we started to allocate the netdev at probe time with commit d3d1b205e89f ("s390/qeth: allocate netdevice early"), this stopped working as intended anyway. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>