summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@linaro.org>2023-05-11 20:01:20 +0300
committerStephen Boyd <sboyd@kernel.org>2023-06-15 03:22:50 +0300
commit9c632a6396505a019ea6d12b5ab45e659a542a93 (patch)
treeccfbc3f16aa11a85315a4d9b32f57a30565d1dcb /scripts/gdb/linux/utils.py
parentda2edb3e3c09fd1451b7f400ccd1070ef086619a (diff)
downloadlinux-9c632a6396505a019ea6d12b5ab45e659a542a93.tar.xz
clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider()
Smatch detected this potential error pointer dereference clk_wzrd_register_divider(). If devm_clk_hw_register() fails then it sets "hw" to an error pointer and then dereferences it on the next line. Return the error directly instead. Fixes: 5a853722eb32 ("staging: clocking-wizard: Add support for dynamic reconfiguration") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://lore.kernel.org/r/f0e39b5c-4554-41e0-80d9-54ca3fabd060@kili.mountain Reviewed-by: Michal Simek <michal.simek@amd.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions