[PATCH] drm/hisilicon: add back missing } on ade_dc_ops

2016-08-17 Thread Colin King
From: Colin Ian King Fix build error by adding back the closing } on ade_dc_ops which got accidentally removed from an earlier commit. Fixes: d25bcfb8c2e18b9b36 ("Don't set drm_device->platformdev") Signed-off-by: Colin Ian King ---

[PATCH] drm/hisilicon: add back missing } on ade_dc_ops

2016-08-17 Thread Colin King
From: Colin Ian King Fix build error by adding back the closing } on ade_dc_ops which got accidentally removed from an earlier commit. Fixes: d25bcfb8c2e18b9b36 ("Don't set drm_device->platformdev") Signed-off-by: Colin Ian King --- drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 2 +- 1

Re: [PATCH] drm/hisilicon: add back missing } on ade_dc_ops

2016-08-17 Thread Daniel Vetter
On Wed, Aug 17, 2016 at 12:09:24PM +0100, Colin King wrote: > From: Colin Ian King > > Fix build error by adding back the closing } on ade_dc_ops which > got accidentally removed from an earlier commit. > > Fixes: d25bcfb8c2e18b9b36 ("Don't set

Re: [PATCH] drm/hisilicon: add back missing } on ade_dc_ops

2016-08-17 Thread Daniel Vetter
On Wed, Aug 17, 2016 at 12:09:24PM +0100, Colin King wrote: > From: Colin Ian King > > Fix build error by adding back the closing } on ade_dc_ops which > got accidentally removed from an earlier commit. > > Fixes: d25bcfb8c2e18b9b36 ("Don't set drm_device->platformdev") Yeah that patch was