Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b2a9f7c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "icnss: Remove WARN_ON"

parents 3fd99207 dbcf3eb9
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -110,13 +110,7 @@ module_param(qmi_timeout, ulong, 0600);
		}							\
	} while (0)
#else
#define ICNSS_ASSERT(_condition) do {					\
		if (!(_condition)) {					\
			icnss_pr_err("ASSERT at line %d\n",		\
				     __LINE__);				\
			WARN_ON(1);					\
		}							\
	} while (0)
#define ICNSS_ASSERT(_condition) do { } while (0)
#endif

enum icnss_debug_quirks {