File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
drivers/staging/media/atomisp/pci/hive_isp_css_include Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 27
27
* #define assert(cnd) BUG_ON(cnd)
28
28
* but that causes many compiler warnings (==errors) under Android
29
29
* because it seems that the BUG_ON() macro is not seen as a check by
30
- * gcc like the BUG() macro is. */
30
+ * gcc like the BUG() macro is.
31
+ */
31
32
#define assert (cnd ) \
32
33
do { \
33
34
if (!(cnd)) \
37
38
#ifndef PIPE_GENERATION
38
39
/* Deprecated OP___assert, this is still used in ~1000 places
39
40
* in the code. This will be removed over time.
40
- * The implementation for the pipe generation tool is in see support.isp.h */
41
+ * The implementation for the pipe generation tool is in see support.isp.h
42
+ */
41
43
#define OP___assert (cnd ) assert(cnd)
42
44
43
45
static inline void compile_time_assert (unsigned int cond )
You can’t perform that action at this time.
0 commit comments