* [PATCH] b43legacy: Fix nondebug build
@ 2008-02-24 13:42 Michael Buesch
2008-02-24 13:50 ` Stefano Brivio
0 siblings, 1 reply; 2+ messages in thread
From: Michael Buesch @ 2008-02-24 13:42 UTC (permalink / raw)
To: John Linville
Cc: bcm43xx-dev, linux-wireless, Stefano Brivio, R. Hofmann,
Luis R. Rodriguez
Fix a typo.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Index: wireless-testing/drivers/net/wireless/b43legacy/b43legacy.h
===================================================================
--- wireless-testing.orig/drivers/net/wireless/b43legacy/b43legacy.h 2008-02-24 14:23:51.000000000 +0100
+++ wireless-testing/drivers/net/wireless/b43legacy/b43legacy.h 2008-02-24 14:40:25.000000000 +0100
@@ -343,7 +343,7 @@ enum {
#else
/* This will evaluate the argument even if debugging is disabled. */
static inline bool __b43legacy_warn_on_dummy(bool x) { return x; }
-# define B43_WARN_ON(x) __b43legacy_warn_on_dummy(unlikely(!!(x)))
+# define B43legacy_WARN_ON(x) __b43legacy_warn_on_dummy(unlikely(!!(x)))
# define B43legacy_BUG_ON(x) do { /* nothing */ } while (0)
# define B43legacy_DEBUG 0
#endif
--
Greetings Michael.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] b43legacy: Fix nondebug build
2008-02-24 13:42 [PATCH] b43legacy: Fix nondebug build Michael Buesch
@ 2008-02-24 13:50 ` Stefano Brivio
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Brivio @ 2008-02-24 13:50 UTC (permalink / raw)
To: Michael Buesch
Cc: John Linville, bcm43xx-dev, linux-wireless, R. Hofmann,
Luis R. Rodriguez
[Thank you. I'm still cloning the wireless-testing tree...]
On Sun, 24 Feb 2008 14:42:29 +0100
Michael Buesch <mb@bu3sch.de> wrote:
> Fix a typo.
>
> Signed-off-by: Michael Buesch <mb@bu3sch.de>
Acked-by: Stefano Brivio <stefano.brivio@polimi.it>
--
Ciao
Stefano
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-24 13:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-24 13:42 [PATCH] b43legacy: Fix nondebug build Michael Buesch
2008-02-24 13:50 ` Stefano Brivio
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).