mbox series

[0/2,v2] pinctrl: bcm: Use dev_err_probe()

Message ID 20230808180733.2081353-1-florian.fainelli@broadcom.com (mailing list archive)
Headers show
Series pinctrl: bcm: Use dev_err_probe() | expand

Message

Florian Fainelli Aug. 8, 2023, 6:07 p.m. UTC
These two drivers were giving "unable to add GPIO chip data" which
was slightly concerning but did not have any functional impact.

Changes in v2:

- return from dev_err_probe() directly (Andy)

Florian Fainelli (2):
  pinctrl: iproc-gpio: Silence probe deferral messages
  pinctrl: nsp-gpio:  Silence probe deferral messages

 drivers/pinctrl/bcm/pinctrl-iproc-gpio.c | 6 ++----
 drivers/pinctrl/bcm/pinctrl-nsp-gpio.c   | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

Comments

Dhruva Gole Aug. 9, 2023, 5:45 a.m. UTC | #1
On Aug 08, 2023 at 11:07:31 -0700, Florian Fainelli wrote:
> These two drivers were giving "unable to add GPIO chip data" which
> was slightly concerning but did not have any functional impact.
> 
> Changes in v2:
> 
> - return from dev_err_probe() directly (Andy)

For the series,

Reviewed-by: Dhruva Gole <d-gole@ti.com>

> 
> Florian Fainelli (2):
>   pinctrl: iproc-gpio: Silence probe deferral messages
>   pinctrl: nsp-gpio:  Silence probe deferral messages
> 
>  drivers/pinctrl/bcm/pinctrl-iproc-gpio.c | 6 ++----
>  drivers/pinctrl/bcm/pinctrl-nsp-gpio.c   | 6 ++----
>  2 files changed, 4 insertions(+), 8 deletions(-)
> 
> -- 
> 2.34.1
>