cpuidle: sysfs: Accept governor name with 15 characters
authorHanjun Guo <guohanjun@huawei.com>
Tue, 19 May 2020 06:25:21 +0000 (14:25 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 19 May 2020 15:41:17 +0000 (17:41 +0200)
commitef7e7d65eb808b5d37b4596974526962a741e930
tree16641b04d8d8fb60b53aa04f1fe9f0fe343ac95d
parent3f9f8daad3422809d1db47ef1ca5b1400c889f9d
cpuidle: sysfs: Accept governor name with 15 characters

CPUIDLE_NAME_LEN is 16, so it's possible to accept governor name
with 15 characters, but now store_current_governor() rejects
governor name with 15 characters as it returns -EINVAL if count
equals CPUIDLE_NAME_LEN.

Refactor the code to accept such case and simplify the code.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
Reviewed-by: Doug Smythies <dsmythies@telus.net>
Tested-by: Doug Smythies <dsmythies@telus.net>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpuidle/sysfs.c