]> asedeno.scripts.mit.edu Git - linux.git/commit
thermal: devfreq: Simplify expression
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 7 Feb 2017 04:10:01 +0000 (09:40 +0530)
committerZhang Rui <rui.zhang@intel.com>
Mon, 13 Mar 2017 02:06:26 +0000 (10:06 +0800)
commita4e49c9bc98d099b2a19933b9da55cd0ad1da421
tree61555a7b33547902d9ceba966e794b76e8640cc7
parent088db931e065bd3b159fa2e588eab859ef0d9d23
thermal: devfreq: Simplify expression

There is no need to check for IS_ERR() as we are looking for a very
particular error value here. Drop the first check.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/devfreq_cooling.c