fix argument in binder_set_stop_on_user_error

binder_set_stop_on_user_error second argument breaks build.
This commit is contained in:
Mustafa Kuscu 2018-02-11 01:44:08 +03:00 committed by GitHub
commit 633b4ddb37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;