[PATCH] drm/tegra: fix error handling

2016-11-07 Thread Thierry Reding
On Sun, Jul 03, 2016 at 08:18:57AM +0200, Christophe JAILLET wrote: > This is likely that checking 'gr3d->clk_secondary' instead of 'gr3d->clk' > is expected here. > > > Signed-off-by: Christophe JAILLET > --- > drivers/gpu/drm/tegra/gr3d.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

[PATCH] drm/tegra: fix error handling

2016-07-04 Thread Alexandre Courbot
On Sun, Jul 3, 2016 at 3:18 PM, Christophe JAILLET wrote: > This is likely that checking 'gr3d->clk_secondary' instead of 'gr3d->clk' > is expected here. Very likely indeed. Reviewed-by: Alexandre Courbot Thanks!

[PATCH] drm/tegra: fix error handling

2016-07-03 Thread Christophe JAILLET
This is likely that checking 'gr3d->clk_secondary' instead of 'gr3d->clk' is expected here. Signed-off-by: Christophe JAILLET --- drivers/gpu/drm/tegra/gr3d.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/tegra/gr3d.c b/drivers/gpu/drm/tegra/gr3d.c