commit | 5bcd8ad9768391b59768f249c40a5ba34e5e43c6 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Mar 18 13:54:54 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 18 16:33:35 2020 -0700 |
tree | 4403dd4774743bc81856722259640ab0031cfbb2 | |
parent | 86e7a4e4afd5bb3b852f37fc8cb61bac2a1f19ce [diff] |
s390/qeth: remove gratuitous NULL checks qeth_do_ioctl() is only reached through our own net_device_ops, so we can trust that dev->ml_priv still contains what we put there earlier. qeth_bridgeport_an_set() is an internal function that doesn't require such sanity checks. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>