aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers.c
diff options
context:
space:
mode:
authorManivannan Sadhasivam <[email protected]>2023-07-21 12:46:34 +0000
committerViresh Kumar <[email protected]>2023-07-24 08:01:25 +0000
commitd920920f85a82c1c806a4143871a0e8f534732f2 (patch)
treefc60273abd480dfa354896a86a1ce86ee039e0d5 /rust/helpers.c
parentOPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate() (diff)
downloadkernel-d920920f85a82c1c806a4143871a0e8f534732f2.tar.gz
kernel-d920920f85a82c1c806a4143871a0e8f534732f2.zip
OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd()
If dev_pm_domain_attach_by_name() returns NULL, then 0 will be passed to PTR_ERR() as reported by the smatch warning below: drivers/opp/core.c:2456 _opp_attach_genpd() warn: passing zero to 'PTR_ERR' Fix it by checking for the non-NULL virt_dev pointer before passing it to PTR_ERR. Otherwise return -ENODEV. Fixes: 4ea9496cbc95 ("opp: Fix error check in dev_pm_opp_attach_genpd()") Signed-off-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
Diffstat (limited to 'rust/helpers.c')
0 files changed, 0 insertions, 0 deletions