commit | 5027ba36cda6924488b5752820503cdf7a79dbe9 | [log] [tgz] |
---|---|---|
author | Eduardo Valentin <edubezval@gmail.com> | Mon Nov 07 21:09:20 2016 -0800 |
committer | Zhang Rui <rui.zhang@intel.com> | Wed Nov 23 10:06:12 2016 +0800 |
tree | ad9efda66d57adab585a6bd960a51f899a7db08f | |
parent | 7eb4bd723e113d709d04121869964fcd3eb8cb4d [diff] |
thermal: core: small style fix when checking for __find_governor() Remove style issue: CHECK: Comparison to NULL could be written "!__find_governor" + if (__find_governor(governor->name) == NULL) { Cc: Zhang Rui <rui.zhang@intel.com> Cc: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin <edubezval@gmail.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>