We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d7b5d commit dafc16cCopy full SHA for dafc16c
1 file changed
drivers/android/binder_alloc.c
@@ -42,7 +42,7 @@ enum {
42
};
43
static uint32_t binder_alloc_debug_mask;
44
45
-module_param_named(alloc_debug_mask, binder_alloc_debug_mask,
+module_param_named(debug_mask, binder_alloc_debug_mask,
46
uint, 0644);
47
48
#define binder_alloc_debug(mask, x...) \
0 commit comments