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)
commit6bbfece5a4fbb4436eed124f4768473fff6e90e4
tree4a39e42310276f3138f8313f8fa889bf2d87de32
parent22339f2f3050d3e7f511389720042c94df2fa743
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