Re: [PATCH v5 1/2] drm: atmel-hlcdc: add missing .set_property helper to the crtc

2017-06-23 Thread Daniel Vetter
On Thu, Jun 22, 2017 at 07:03:10AM +0200, Peter Rosin wrote: > The default implementation should be used. > > Signed-off-by: Peter Rosin Purely optional refactor idea, since you're not the first one to stumble over this, and in hindsight it makes sense to have these functions as the defaults: -

[PATCH v5 1/2] drm: atmel-hlcdc: add missing .set_property helper to the crtc

2017-06-22 Thread Peter Rosin
The default implementation should be used. Signed-off-by: Peter Rosin --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c index 5348985..cc00ce3 100