[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1330530176-24952-4-git-send-email-danny.kukawka@bisect.de>
Date: Wed, 29 Feb 2012 16:42:51 +0100
From: Danny Kukawka <danny.kukawka@...ect.de>
To: "David S. Miller" <davem@...emloft.net>
Cc: Danny Kukawka <dkukawka@...e.de>,
Lucas De Marchi <lucas.demarchi@...fusion.mobi>,
Javier Martinez Canillas <martinez.javier@...il.com>,
Jiri Pirko <jpirko@...hat.com>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 3/8] cris/eth_v10: use dev_set_mac_address() instead of e100_set_mac_address()
Use dev_set_mac_address() instead of e100_set_mac_address() directly
to get validation checks for free.
Signed-off-by: Danny Kukawka <danny.kukawka@...ect.de>
---
drivers/net/cris/eth_v10.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/net/cris/eth_v10.c b/drivers/net/cris/eth_v10.c
index 7cb2785..ce6f3e6 100644
--- a/drivers/net/cris/eth_v10.c
+++ b/drivers/net/cris/eth_v10.c
@@ -377,8 +377,7 @@ etrax_ethernet_init(void)
}
/* set the default MAC address */
-
- e100_set_mac_address(dev, &default_mac);
+ dev_set_mac_address(dev, &default_mac);
/* Initialize speed indicator stuff. */
--
1.7.8.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists