* [PATCH] net: lpc_eth: Fix rename of dev_hw_addr_random
@ 2012-03-28 22:36 Roland Stigge
2012-04-01 20:17 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Roland Stigge @ 2012-03-28 22:36 UTC (permalink / raw)
To: netdev, linux-kernel, kevin.wells, linux-arm-kernel; +Cc: Roland Stigge
In parallel to the integration of lpc_eth.c, dev_hw_addr_random() has been
renamed to eth_hw_addr_random(). This patch fixes it also in the new driver
lpc_eth.c.
Signed-off-by: Roland Stigge <stigge@antcom.de>
---
drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.orig/drivers/net/ethernet/nxp/lpc_eth.c
+++ linux-2.6/drivers/net/ethernet/nxp/lpc_eth.c
@@ -1441,7 +1441,7 @@ static int lpc_eth_drv_probe(struct plat
}
#endif
if (!is_valid_ether_addr(ndev->dev_addr))
- dev_hw_addr_random(ndev, ndev->dev_addr);
+ eth_hw_addr_random(ndev);
/* Reset the ethernet controller */
__lpc_eth_reset(pldat);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] net: lpc_eth: Fix rename of dev_hw_addr_random
2012-03-28 22:36 [PATCH] net: lpc_eth: Fix rename of dev_hw_addr_random Roland Stigge
@ 2012-04-01 20:17 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-04-01 20:17 UTC (permalink / raw)
To: stigge; +Cc: netdev, linux-kernel, kevin.wells, linux-arm-kernel
From: Roland Stigge <stigge@antcom.de>
Date: Thu, 29 Mar 2012 00:36:26 +0200
> In parallel to the integration of lpc_eth.c, dev_hw_addr_random() has been
> renamed to eth_hw_addr_random(). This patch fixes it also in the new driver
> lpc_eth.c.
>
> Signed-off-by: Roland Stigge <stigge@antcom.de>
Applied and queued up for -stable.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-01 20:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-28 22:36 [PATCH] net: lpc_eth: Fix rename of dev_hw_addr_random Roland Stigge
2012-04-01 20:17 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).