commit | a4e49c9bc98d099b2a19933b9da55cd0ad1da421 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Tue Feb 07 09:40:01 2017 +0530 |
committer | Zhang Rui <rui.zhang@intel.com> | Mon Mar 13 10:06:26 2017 +0800 |
tree | 61555a7b33547902d9ceba966e794b76e8640cc7 | |
parent | 088db931e065bd3b159fa2e588eab859ef0d9d23 [diff] |
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>