All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: brcm80211: fix for 'multiple definition of wl_msg_level' build err
@ 2011-05-24 11:35 Roland Vossen
  2011-05-24 12:34 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Vossen @ 2011-05-24 11:35 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-wireless, frankyl

As reported by Linus.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
---
 drivers/staging/brcm80211/brcmfmac/wl_iw.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/brcm80211/brcmfmac/wl_iw.c b/drivers/staging/brcm80211/brcmfmac/wl_iw.c
index 929ceaf..15e1b05 100644
--- a/drivers/staging/brcm80211/brcmfmac/wl_iw.c
+++ b/drivers/staging/brcm80211/brcmfmac/wl_iw.c
@@ -64,8 +64,6 @@ wl_iw_extra_params_t g_wl_iw_params;
 extern bool wl_iw_conn_status_str(u32 event_type, u32 status,
 				  u32 reason, char *stringBuf, uint buflen);
 
-uint wl_msg_level = WL_ERROR_VAL;
-
 #define MAX_WLIW_IOCTL_LEN 1024
 
 #ifdef CONFIG_WIRELESS_EXT
-- 
1.7.4.1



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

* Re: [PATCH] staging: brcm80211: fix for 'multiple definition of wl_msg_level' build err
  2011-05-24 11:35 [PATCH] staging: brcm80211: fix for 'multiple definition of wl_msg_level' build err Roland Vossen
@ 2011-05-24 12:34 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2011-05-24 12:34 UTC (permalink / raw)
  To: Roland Vossen; +Cc: devel, linux-wireless, frankyl

On Tue, May 24, 2011 at 01:35:21PM +0200, Roland Vossen wrote:
> As reported by Linus.
> 
> Signed-off-by: Roland Vossen <rvossen@broadcom.com>
> ---

When someone else reports it, then you need to say so this way:
 Reported-by: Linus Torvalds <torvalds@linux-foundation.org>

I'll add it to the patch this time, but please be more careful next
time.

thanks,

greg k-h

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

end of thread, other threads:[~2011-05-24 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-24 11:35 [PATCH] staging: brcm80211: fix for 'multiple definition of wl_msg_level' build err Roland Vossen
2011-05-24 12:34 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.