s390: Use eth_random_addr
Convert the existing uses of random_ether_addr to the new eth_random_addr. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
344dc8ede1
commit
1833611d4e
@@ -1473,7 +1473,7 @@ static int qeth_l3_iqd_read_initial_mac_cb(struct qeth_card *card,
|
||||
memcpy(card->dev->dev_addr,
|
||||
cmd->data.create_destroy_addr.unique_id, ETH_ALEN);
|
||||
else
|
||||
random_ether_addr(card->dev->dev_addr);
|
||||
eth_random_addr(card->dev->dev_addr);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user