[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230816200410.62131-1-yann@sionneau.net>
Date: Wed, 16 Aug 2023 22:04:06 +0200
From: Yann Sionneau <yann@...nneau.net>
To: Andi Shyti <andi.shyti@...nel.org>,
Codrin Ciubotariu <codrin.ciubotariu@...rochip.com>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Claudiu Beznea <claudiu.beznea@...on.dev>,
Michal Simek <michal.simek@....com>,
Oleksij Rempel <linux@...pel-privat.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
NXP Linux Team <linux-imx@....com>
Cc: linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Yann Sionneau <yann@...nneau.net>
Subject: [PATCH 0/4] i2c: devm_pinctrl_get() usage fixes
Most of the patches just remove the check for NULL for devm_pinctrl_get()
return value since it cannot return NULL.
One patch also sets back rinfo->pinctrl to NULL when devm_pinctrl_get()
returns an error instead of a valid pointer and the driver does not bail
out.
This last change prevents core i2c code to dereference invalid pointer
because it checks for rinfo->pinctrl validity with "if (rinfo->pinctrl)"
before dereferencing it.
Yann Sionneau (4):
i2c: mv64xxx: devm_pinctrl_get() cannot return NULL
i2c: at91-master: devm_pinctrl_get() cannot return NULL
i2c: i2c-cadence: Reset pinctrl to NULL in case devm_pinctrl_get()
fails
i2c: imx: devm_pinctrl_get() cannot return NULL
drivers/i2c/busses/i2c-at91-master.c | 2 +-
drivers/i2c/busses/i2c-cadence.c | 1 +
drivers/i2c/busses/i2c-imx.c | 2 +-
drivers/i2c/busses/i2c-mv64xxx.c | 2 --
4 files changed, 3 insertions(+), 4 deletions(-)
--
2.34.1
Powered by blists - more mailing lists