Loading drivers/input/touchscreen/it7258_ts_i2c.c +1 −1 Original line number Diff line number Diff line Loading @@ -853,7 +853,7 @@ static ssize_t sysfs_sleep_store(struct device *dev, { int go_to_sleep, ret; ret = kstrtoint(buf, 10, &goToSleepVal); ret = kstrtoint(buf, 10, &go_to_sleep); /* (gl_ts->suspended == true && goToSleepVal > 0) means * device is already suspended and you want it to be in sleep, Loading Loading
drivers/input/touchscreen/it7258_ts_i2c.c +1 −1 Original line number Diff line number Diff line Loading @@ -853,7 +853,7 @@ static ssize_t sysfs_sleep_store(struct device *dev, { int go_to_sleep, ret; ret = kstrtoint(buf, 10, &goToSleepVal); ret = kstrtoint(buf, 10, &go_to_sleep); /* (gl_ts->suspended == true && goToSleepVal > 0) means * device is already suspended and you want it to be in sleep, Loading