]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: remove dead code in qeth_l3_iqd_read_initial_mac()
authorJulian Wiedmann <jwi@linux.ibm.com>
Thu, 27 Feb 2020 17:08:09 +0000 (18:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Feb 2020 19:15:12 +0000 (11:15 -0800)
commit4611ff43b047d0926eb2db5c804f053bdb3cd81e
tree4a39e42310276f3138f8313f8fa889bf2d87de32
parent0f99f3899c93bbf44565d336931f861ae3757bd8
s390/qeth: remove dead code in qeth_l3_iqd_read_initial_mac()

card->info.unique_id is always 0 for IQD devices, so don't bother with
copying it into the 0-initialized cmd.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_l3_main.c