2008-02-24 13:43:35

by Michael Büsch

[permalink] [raw]
Subject: [PATCH] b43legacy: Fix nondebug build

Fix a typo.

Signed-off-by: Michael Buesch <[email protected]>


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.


2008-02-24 13:59:59

by Stefano Brivio

[permalink] [raw]
Subject: Re: [PATCH] b43legacy: Fix nondebug build

[Thank you. I'm still cloning the wireless-testing tree...]

On Sun, 24 Feb 2008 14:42:29 +0100
Michael Buesch <[email protected]> wrote:

> Fix a typo.
>
> Signed-off-by: Michael Buesch <[email protected]>

Acked-by: Stefano Brivio <[email protected]>


--
Ciao
Stefano