Re: [PATCH] drm/tilcdc: Fix hardcoded fail-return value in tilcdc_crtc_create()

2017-01-31 Thread Jyri Sarha
On 01/31/17 17:46, Gabriel Krisman Bertazi wrote: > Jyri Sarha writes: > >> Fix badly hardcoded return return value from under fail-label. All >> goto branches to the label set the "ret"-variable accordingly. >> >> Signed-off-by: Jyri Sarha >> --- >>

Re: [PATCH] drm/tilcdc: Fix hardcoded fail-return value in tilcdc_crtc_create()

2017-01-31 Thread Gabriel Krisman Bertazi
Jyri Sarha writes: > Fix badly hardcoded return return value from under fail-label. All > goto branches to the label set the "ret"-variable accordingly. > > Signed-off-by: Jyri Sarha > --- > drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 2 +- > 1 file changed, 1

[PATCH] drm/tilcdc: Fix hardcoded fail-return value in tilcdc_crtc_create()

2017-01-31 Thread Jyri Sarha
Fix badly hardcoded return return value from under fail-label. All goto branches to the label set the "ret"-variable accordingly. Signed-off-by: Jyri Sarha --- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git