On 22/11/16 18:54, Jyri Sarha wrote:
Failed tilcdc_crtc_create() error handling was broken, this patch should fix it.
Signed-off-by: Jyri Sarha jsarha@ti.com
drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 12 +++++++----- drivers/gpu/drm/tilcdc/tilcdc_drv.c | 11 ++++------- drivers/gpu/drm/tilcdc/tilcdc_drv.h | 2 +- 3 files changed, 12 insertions(+), 13 deletions(-)
Instead of just checking the tilcdc_crtc_create() return value, you made all these changes? Maybe it's better this way, but I don't see why that is from the diff.
Tomi