Skip to content

Commit dafc16c

Browse files
committed
binder: revert needlessly parameter rename
This was needlessly renamed before even though there was no conflict, revert it back
1 parent e6d7b5d commit dafc16c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/android/binder_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ enum {
4242
};
4343
static uint32_t binder_alloc_debug_mask;
4444

45-
module_param_named(alloc_debug_mask, binder_alloc_debug_mask,
45+
module_param_named(debug_mask, binder_alloc_debug_mask,
4646
uint, 0644);
4747

4848
#define binder_alloc_debug(mask, x...) \

0 commit comments

Comments
 (0)