|
@@ -422,7 +422,7 @@ static ssize_t autosleep_store(struct kobject *kobj,
|
|
|
int error;
|
|
|
|
|
|
if (state == PM_SUSPEND_ON
|
|
|
- && !(strncmp(buf, "off", 3) && strncmp(buf, "off\n", 4)))
|
|
|
+ && strcmp(buf, "off") && strcmp(buf, "off\n"))
|
|
|
return -EINVAL;
|
|
|
|
|
|
error = pm_autosleep_set_state(state);
|