Quoting Dan Carpenter (2023-05-11 10:01:20) > 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@xxxxxxxxxx> > --- Applied to clk-next