diff options
author | Colin Ian King <[email protected]> | 2020-01-06 12:05:58 +0000 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2020-01-07 11:57:45 +0100 |
commit | 5aa0c467519ccd862678a15885026660c271b5b0 (patch) | |
tree | 674a164a6bb2099bf448d334135753fe09da119b /scripts/bpf_helpers_doc.py | |
parent | 207ca274cd4c46a418ecb250d555d712e387fce8 (diff) |
power: avs: fix uninitialized error return on failed cpr_read_fuse_uV() call
Currently when the call cpr_read_fuse_uV returns an error the value in the
uninitialized variable ret is returned. Fix this by instread returning the
error value in the variable uV.
Addresses-Coverity: ("Uninitialized scalar variable")
Fixes: bf6910abf548 ("power: avs: Add support for CPR (Core Power Reduction)")
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions