Home
last modified time | relevance | path

Searched hist:"7 c0195fa" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/i2c/muxes/
H A Di2c-demux-pinctrl.c7c0195fa Thu Mar 03 06:39:14 CST 2022 Xiaoke Wang <xkernel.wang@foxmail.com> i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()

devm_kstrdup() returns pointer to allocated string on success,
NULL on failure. So it is better to check the return value of it.

Fixes: e35478eac030 ("i2c: mux: demux-pinctrl: run properly with multiple instances")
Signed-off-by: Xiaoke Wang <xkernel.wang@foxmail.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>