[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1330620747-4047-3-git-send-email-danny.kukawka@bisect.de>
Date: Thu, 1 Mar 2012 17:52:22 +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 2/7] 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>
Acked-by: Jesper Nilsson <jesper.nilsson@...s.com>
---
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 netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists