diff options
Diffstat (limited to 'drivers/net/wireless/b43legacy')
-rw-r--r-- | drivers/net/wireless/b43legacy/b43legacy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43legacy/b43legacy.h b/drivers/net/wireless/b43legacy/b43legacy.h index 6a63a6e474f..242b8ad4e33 100644 --- a/drivers/net/wireless/b43legacy/b43legacy.h +++ b/drivers/net/wireless/b43legacy/b43legacy.h | |||
@@ -343,7 +343,7 @@ enum { | |||
343 | #else | 343 | #else |
344 | /* This will evaluate the argument even if debugging is disabled. */ | 344 | /* This will evaluate the argument even if debugging is disabled. */ |
345 | static inline bool __b43legacy_warn_on_dummy(bool x) { return x; } | 345 | static inline bool __b43legacy_warn_on_dummy(bool x) { return x; } |
346 | # define B43_WARN_ON(x) __b43legacy_warn_on_dummy(unlikely(!!(x))) | 346 | # define B43legacy_WARN_ON(x) __b43legacy_warn_on_dummy(unlikely(!!(x))) |
347 | # define B43legacy_BUG_ON(x) do { /* nothing */ } while (0) | 347 | # define B43legacy_BUG_ON(x) do { /* nothing */ } while (0) |
348 | # define B43legacy_DEBUG 0 | 348 | # define B43legacy_DEBUG 0 |
349 | #endif | 349 | #endif |