|
@@ -28,10 +28,10 @@ struct videobuf_dma_contig_memory {
|
|
|
};
|
|
|
|
|
|
#define MAGIC_DC_MEM 0x0733ac61
|
|
|
-#define MAGIC_CHECK(is, should) \
|
|
|
- if (unlikely((is) != (should))) { \
|
|
|
- pr_err("magic mismatch: %x expected %x\n", is, should); \
|
|
|
- BUG(); \
|
|
|
+#define MAGIC_CHECK(is, should) \
|
|
|
+ if (unlikely((is) != (should))) { \
|
|
|
+ pr_err("magic mismatch: %x expected %x\n", (is), (should)); \
|
|
|
+ BUG(); \
|
|
|
}
|
|
|
|
|
|
static void
|