cpufreq-dt: fix handling regulator_get_voltage() result
authorAndrzej Hajda <a.hajda@samsung.com>
Wed, 30 Dec 2015 11:18:42 +0000 (12:18 +0100)
committerAlex Shi <alex.shi@linaro.org>
Fri, 8 Apr 2016 03:47:07 +0000 (11:47 +0800)
commit2c7296a879c7957ef8bfda8b21c3da432eeedf5d
tree134f6a3ecd2a23cf9020ef3f0b30426af2672cc6
parent5b1a8eb56e49d9bbf9075551804432a7b3b635a7
cpufreq-dt: fix handling regulator_get_voltage() result

The function can return negative values so it should be assigned
to signed type.

The problem has been detected using proposed semantic patch
scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci.

Link: http://permalink.gmane.org/gmane.linux.kernel/2038576
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
(cherry picked from commit 929ca89c305a6ed7a4149115be99af6d73c36918)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
drivers/cpufreq/cpufreq-dt.c