Home
last modified time | relevance | path

Searched refs:__b43legacy_warn_on_dummy (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h347 static inline bool __b43legacy_warn_on_dummy(bool x) { return x; } in __b43legacy_warn_on_dummy() function
348 # define B43legacy_WARN_ON(x) __b43legacy_warn_on_dummy(unlikely(!!(x)))