commit | a83bfdca8b2098999e3edfb87e98925e019eb818 | [log] [tgz] |
---|---|---|
author | Sukrut Bellary <sukrut.bellary@linux.com> | Thu May 18 01:40:33 2023 -0700 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon May 29 23:25:31 2023 +0900 |
tree | 0c1732edebb9bb075168b24f081dd4e1d17a9f3c | |
parent | ccb69e228ea48f8ea1e4a7dfeedf501329a9fdf4 [diff] |
PM / devfreq: mtk-cci: Fix variable deferencing before NULL check smatch warning: drivers/devfreq/mtk-cci-devfreq.c:135 mtk_ccifreq_target() warn: variable dereferenced before check 'drv' (see line 130) This is based on static analysis only. Compilation tested. Signed-off-by: Sukrut Bellary <sukrut.bellary@linux.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>