netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/8] ar9170: Remove unused DECLARE_MAC_BUF
@ 2009-07-16  8:53 Tobias Klauser
  2009-07-16 16:39 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klauser @ 2009-07-16  8:53 UTC (permalink / raw)
  To: chunkeey, linville, johannes, lrodriguez, yi.zhu, linux-wireless,
	netdev
  Cc: Tobias Klauser

Is not needed anymore because of the %pM printk conversion specifier.

Signed-off-by: Tobias Klauser <klto@zhaw.ch>
---
 drivers/net/wireless/ath/ar9170/main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/ath/ar9170/main.c b/drivers/net/wireless/ath/ar9170/main.c
index 9d38cf6..3d6373a 100644
--- a/drivers/net/wireless/ath/ar9170/main.c
+++ b/drivers/net/wireless/ath/ar9170/main.c
@@ -2085,7 +2085,6 @@ static int ar9170_read_eeprom(struct ar9170 *ar)
 {
 #define RW	8	/* number of words to read at once */
 #define RB	(sizeof(u32) * RW)
-	DECLARE_MAC_BUF(mbuf);
 	u8 *eeprom = (void *)&ar->eeprom;
 	u8 *addr = ar->eeprom.mac_address;
 	__le32 offsets[RW];
-- 
1.6.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/8] ar9170: Remove unused DECLARE_MAC_BUF
  2009-07-16  8:53 [PATCH 2/8] ar9170: Remove unused DECLARE_MAC_BUF Tobias Klauser
@ 2009-07-16 16:39 ` Luis R. Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2009-07-16 16:39 UTC (permalink / raw)
  To: Tobias Klauser
  Cc: chunkeey, linville, johannes, yi.zhu, linux-wireless, netdev

On Thu, Jul 16, 2009 at 1:53 AM, Tobias Klauser<klto@zhaw.ch> wrote:
> Is not needed anymore because of the %pM printk conversion specifier.
>
> Signed-off-by: Tobias Klauser <klto@zhaw.ch>
> ---
>  drivers/net/wireless/ath/ar9170/main.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

This is already patched by Johannes through the patch titled:

[PATCH] wireless: remove print_mac uses

Please see and resubmit if there is anything missing:

http://marc.info/?l=linux-wireless&m=124767211929848&w=2

 Luis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-16 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-16  8:53 [PATCH 2/8] ar9170: Remove unused DECLARE_MAC_BUF Tobias Klauser
2009-07-16 16:39 ` Luis R. Rodriguez

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).