[PATCH] drm: fixes when bridge mode_fixup is null.

2016-02-10 Thread Carlos Palminha
Avoid drivers to copy/past code to implement functions that will only return true. --- drivers/gpu/drm/drm_bridge.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/drm_bridge.c b/drivers/gpu/drm/drm_bridge.c index bd93453..4133e51 100644 --- a/drivers/gpu/drm/drm_bridge.c +++

[PATCH] drm: fixes when bridge mode_fixup is null.

2016-02-10 Thread Fabio Estevam
On Wed, Feb 10, 2016 at 9:03 AM, Carlos Palminha wrote: > Avoid drivers to copy/past code to implement functions that will only return > true. > --- You missed your Signed-off-by.