Re: [PATCH] drm/mediatek: fix a typo

2016-10-03 Thread Matthias Brugger
On 30/09/16 05:11, Bibby Hsieh wrote: On Thu, 2016-09-29 at 10:46 +0200, Matthias Brugger wrote: On 29/09/16 06:01, CK Hu wrote: Acked-by: CK Hu On Thu, 2016-09-29 at 11:22 +0800, Bibby Hsieh wrote: Fix the typo: OD_RELAYMODE->OD_CFG Hi, Matthias Thanks for your reply. Although it

Re: [PATCH] drm/mediatek: fix a typo

2016-09-29 Thread Bibby Hsieh
On Thu, 2016-09-29 at 10:46 +0200, Matthias Brugger wrote: > > On 29/09/16 06:01, CK Hu wrote: > > Acked-by: CK Hu > > > > On Thu, 2016-09-29 at 11:22 +0800, Bibby Hsieh wrote: > >> Fix the typo: OD_RELAYMODE->OD_CFG > >> > Hi, Matthias Thanks for your reply. > Although it is quite clear what

Re: [PATCH] drm/mediatek: fix a typo

2016-09-29 Thread Matthias Brugger
On 29/09/16 06:01, CK Hu wrote: Acked-by: CK Hu On Thu, 2016-09-29 at 11:22 +0800, Bibby Hsieh wrote: Fix the typo: OD_RELAYMODE->OD_CFG Although it is quite clear what the patch does, could you write one sentence to explain what it does. Maybe explain even which effect it has, which er

Re: [PATCH] drm/mediatek: fix a typo

2016-09-28 Thread CK Hu
Acked-by: CK Hu On Thu, 2016-09-29 at 11:22 +0800, Bibby Hsieh wrote: > Fix the typo: OD_RELAYMODE->OD_CFG > > Signed-off-by: Bibby Hsieh > --- > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/mediatek/mt

[PATCH] drm/mediatek: fix a typo

2016-09-28 Thread Bibby Hsieh
Fix the typo: OD_RELAYMODE->OD_CFG Signed-off-by: Bibby Hsieh --- drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c b/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c index df33b3c..aa5f20f 1