[PATCH -mm 3/4] Blackfin: on-chip ethernet MAC controller update driver
From: Wu, Bryan <hidden>
Date: 2007-03-21 10:08:28
Also in:
lkml
From: Wu, Bryan <hidden>
Date: 2007-03-21 10:08:28
Also in:
lkml
Hi folks, As we move 4 piece same board specific code get_bf537_ether_addr() into arch/blackfin/mach-bf537/boards/eth_mac.c, the comment of driver should be updated. Signed-off-by: Bryan Wu <redacted> --- drivers/net/bfin_mac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/drivers/net/bfin_mac.c ===================================================================
--- linux-2.6.orig/drivers/net/bfin_mac.c
+++ linux-2.6/drivers/net/bfin_mac.c@@ -842,7 +842,7 @@ /*Is it valid? (Did bootloader initialize it?) */ if (!is_valid_ether_addr(dev->dev_addr)) { /* Grab the MAC from the board somehow - this is done in the - arch/blackfin/boards/bf537/boardname.c */ + arch/blackfin/mach-bf537/boards/eth_mac.c */ get_bf537_ether_addr(dev->dev_addr); }
_ Thanks -Bryan