Re: [PATCH 01/48] drm: omapdrm: dpi: Don't treat GPIO probe deferral as an error

2017-10-15 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:58:57PM +0300, Laurent Pinchart wrote: > There's no need to print an error message on probe deferral, that's a > normal situation. Probe deferral debugging can be performed by enabling > the related debug messages in the drivers core. > > Signed-off-by: Laurent Pinc

[PATCH 01/48] drm: omapdrm: dpi: Don't treat GPIO probe deferral as an error

2017-10-13 Thread Laurent Pinchart
There's no need to print an error message on probe deferral, that's a normal situation. Probe deferral debugging can be performed by enabling the related debug messages in the drivers core. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c | 3 ++- 1 file chan