[PATCH 2/8] clk: cdce925: check return value of kasprintf()
Stephen Boyd
sboyd at kernel.org
Tue Jun 20 11:54:11 PDT 2023
Quoting Claudiu Beznea (2023-05-30 02:39:07)
> kasprintf() returns a pointer to dynamically allocated memory.
> Pointer could be NULL in case allocation fails. Check pointer validity.
> Identified with coccinelle (kmerr.cocci script).
>
> Fixes: 19fbbbbcd3a3 ("Add TI CDCE925 I2C controlled clock synthesizer driver")
> Depends-on: e665f029a283 ("clk: Convert to using %pOFn instead of device_node.name")
> Signed-off-by: Claudiu Beznea <claudiu.beznea at microchip.com>
> ---
Applied to clk-next
More information about the linux-arm-kernel
mailing list