fix argument in binder_set_stop_on_user_error
binder_set_stop_on_user_error second argument breaks build.
This commit is contained in:
parent
0fef26189d
commit
633b4ddb37
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ static DECLARE_WAIT_QUEUE_HEAD(binder_user_error_wait);
|
|||
static int binder_stop_on_user_error;
|
||||
|
||||
static int binder_set_stop_on_user_error(const char *val,
|
||||
struct kernel_param *kp)
|
||||
const struct kernel_param *kp)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue