Merge "icnss: Remove WARN_ON"
This commit is contained in:
commit
9b2a9f7ceb
1 changed files with 1 additions and 7 deletions
|
@ -110,13 +110,7 @@ module_param(qmi_timeout, ulong, 0600);
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
#else
|
#else
|
||||||
#define ICNSS_ASSERT(_condition) do { \
|
#define ICNSS_ASSERT(_condition) do { } while (0)
|
||||||
if (!(_condition)) { \
|
|
||||||
icnss_pr_err("ASSERT at line %d\n", \
|
|
||||||
__LINE__); \
|
|
||||||
WARN_ON(1); \
|
|
||||||
} \
|
|
||||||
} while (0)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum icnss_debug_quirks {
|
enum icnss_debug_quirks {
|
||||||
|
|
Loading…
Add table
Reference in a new issue