PM / QoS: return -EINVAL for bogus strings
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 10 Jul 2017 07:21:40 +0000 (10:21 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Jul 2017 05:42:24 +0000 (07:42 +0200)
commitcc7d3b7dd1ac43bf4643d6d3e924f4b9f0e8da05
treecdd0364037d078c6007dacca7d745c9316cd73a8
parent5480437f7963999c7634ccc1f9057c87ea8e198f
PM / QoS: return -EINVAL for bogus strings

commit 2ca30331c156ca9e97643ad05dd8930b8fe78b01 upstream.

In the current code, if the user accidentally writes a bogus command to
this sysfs file, then we set the latency tolerance to an uninitialized
variable.

Fixes: 2d984ad132a8 (PM / QoS: Introcuce latency tolerance device PM QoS type)
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/power/sysfs.c