public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH] drm/bridge/synopsys: remove commented-out flag in Makefile
@ 2018-07-25  5:25 ` Masahiro Yamada
  2018-07-25 22:33   ` Laurent Pinchart
  2018-07-27  7:37   ` Andrzej Hajda
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2018-07-25  5:25 UTC (permalink / raw)
  To: Gustavo Padovan, Maarten Lankhorst, Sean Paul, dri-devel
  Cc: Masahiro Yamada, Andrzej Hajda, Archit Taneja, linux-kernel,
	Russell King, Neil Armstrong, Laurent Pinchart, Hans Verkuil,
	David Airlie

Please do not comment out unneeded code.  Remove.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/gpu/drm/bridge/synopsys/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/bridge/synopsys/Makefile b/drivers/gpu/drm/bridge/synopsys/Makefile
index 5dad97d..3e1b1e3 100644
--- a/drivers/gpu/drm/bridge/synopsys/Makefile
+++ b/drivers/gpu/drm/bridge/synopsys/Makefile
@@ -1,5 +1,3 @@
-#ccflags-y := -Iinclude/drm
-
 obj-$(CONFIG_DRM_DW_HDMI) += dw-hdmi.o
 obj-$(CONFIG_DRM_DW_HDMI_AHB_AUDIO) += dw-hdmi-ahb-audio.o
 obj-$(CONFIG_DRM_DW_HDMI_I2S_AUDIO) += dw-hdmi-i2s-audio.o
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [RESEND PATCH] drm/bridge/synopsys: remove commented-out flag in Makefile
  2018-07-25  5:25 ` [RESEND PATCH] drm/bridge/synopsys: remove commented-out flag in Makefile Masahiro Yamada
@ 2018-07-25 22:33   ` Laurent Pinchart
  2018-07-27  7:37   ` Andrzej Hajda
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2018-07-25 22:33 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Gustavo Padovan, Maarten Lankhorst, Sean Paul, dri-devel,
	Andrzej Hajda, Archit Taneja, linux-kernel, Russell King,
	Neil Armstrong, Hans Verkuil, David Airlie

Hello Masahiro-san,

Thank you for the patch.

On Wednesday, 25 July 2018 08:25:48 EEST Masahiro Yamada wrote:
> Please do not comment out unneeded code.  Remove.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
> 
>  drivers/gpu/drm/bridge/synopsys/Makefile | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/bridge/synopsys/Makefile
> b/drivers/gpu/drm/bridge/synopsys/Makefile index 5dad97d..3e1b1e3 100644
> --- a/drivers/gpu/drm/bridge/synopsys/Makefile
> +++ b/drivers/gpu/drm/bridge/synopsys/Makefile
> @@ -1,5 +1,3 @@
> -#ccflags-y := -Iinclude/drm
> -
>  obj-$(CONFIG_DRM_DW_HDMI) += dw-hdmi.o
>  obj-$(CONFIG_DRM_DW_HDMI_AHB_AUDIO) += dw-hdmi-ahb-audio.o
>  obj-$(CONFIG_DRM_DW_HDMI_I2S_AUDIO) += dw-hdmi-i2s-audio.o

-- 
Regards,

Laurent Pinchart




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RESEND PATCH] drm/bridge/synopsys: remove commented-out flag in Makefile
  2018-07-25  5:25 ` [RESEND PATCH] drm/bridge/synopsys: remove commented-out flag in Makefile Masahiro Yamada
  2018-07-25 22:33   ` Laurent Pinchart
@ 2018-07-27  7:37   ` Andrzej Hajda
  1 sibling, 0 replies; 3+ messages in thread
From: Andrzej Hajda @ 2018-07-27  7:37 UTC (permalink / raw)
  To: Masahiro Yamada, Gustavo Padovan, Maarten Lankhorst, Sean Paul,
	dri-devel
  Cc: Archit Taneja, linux-kernel, Russell King, Neil Armstrong,
	Laurent Pinchart, Hans Verkuil, David Airlie

On 25.07.2018 07:25, Masahiro Yamada wrote:
> Please do not comment out unneeded code.  Remove.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Queued to drm-misc-next.

Regards
Andrzej

> ---
>
>  drivers/gpu/drm/bridge/synopsys/Makefile | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/bridge/synopsys/Makefile b/drivers/gpu/drm/bridge/synopsys/Makefile
> index 5dad97d..3e1b1e3 100644
> --- a/drivers/gpu/drm/bridge/synopsys/Makefile
> +++ b/drivers/gpu/drm/bridge/synopsys/Makefile
> @@ -1,5 +1,3 @@
> -#ccflags-y := -Iinclude/drm
> -
>  obj-$(CONFIG_DRM_DW_HDMI) += dw-hdmi.o
>  obj-$(CONFIG_DRM_DW_HDMI_AHB_AUDIO) += dw-hdmi-ahb-audio.o
>  obj-$(CONFIG_DRM_DW_HDMI_I2S_AUDIO) += dw-hdmi-i2s-audio.o



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-27  7:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20180725052739epcas3p39b7080b6adeff8657c7c64c3b60f06c9@epcas3p3.samsung.com>
2018-07-25  5:25 ` [RESEND PATCH] drm/bridge/synopsys: remove commented-out flag in Makefile Masahiro Yamada
2018-07-25 22:33   ` Laurent Pinchart
2018-07-27  7:37   ` Andrzej Hajda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox