In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clkwzrdregisterdivider() Smatch detected this potential error pointer dereference clkwzrdregisterdivider(). If devmclkhw_register() fails then it sets "hw" to an error pointer and then dereferences it on the next line. Return the error directly instead.