Re: [RESEND PATCH 2/2] dm: add debug message when failed to select the default pinctrl

2021-12-02 Thread Tom Rini
On Fri, Nov 19, 2021 at 10:02:27AM +0100, Patrick Delaunay wrote: > Add a message on probe in driver model core when the default > pinctrl selection failed. > > This message is displayed only when the pinctrl API is > implemented, i.e. when result is not ENOSYS. > > Signed-off-by: Patrick

[RESEND PATCH 2/2] dm: add debug message when failed to select the default pinctrl

2021-11-19 Thread Patrick Delaunay
Add a message on probe in driver model core when the default pinctrl selection failed. This message is displayed only when the pinctrl API is implemented, i.e. when result is not ENOSYS. Signed-off-by: Patrick Delaunay Reviewed-by: Simon Glass --- drivers/core/device.c | 16