From: Fabio Estevam fabio.estevam@freescale.com
Let's only define DEBUG for debugging purpose and not by default to avoid printing debugging message unnecessarily.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- Russell,
Are you still collecting ipu-v3 patches?
./scripts/get_maintainer.pl does not provide too many hints on who should take a patch like this.
drivers/gpu/ipu-v3/ipu-smfc.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/ipu-v3/ipu-smfc.c b/drivers/gpu/ipu-v3/ipu-smfc.c index e4f85ad..4939c50 100644 --- a/drivers/gpu/ipu-v3/ipu-smfc.c +++ b/drivers/gpu/ipu-v3/ipu-smfc.c @@ -8,7 +8,6 @@ * http://www.opensource.org/licenses/gpl-license.html * http://www.gnu.org/copyleft/gpl.html */ -#define DEBUG #include <linux/export.h> #include <linux/types.h> #include <linux/init.h>
Hi Fabio,
Am Dienstag, den 02.09.2014, 00:37 -0300 schrieb Fabio Estevam:
From: Fabio Estevam fabio.estevam@freescale.com
Let's only define DEBUG for debugging purpose and not by default to avoid printing debugging message unnecessarily.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Russell,
Are you still collecting ipu-v3 patches?
I have added this patch to git://git.pengutronix.de/git/pza/linux.git topic/ipu-fixes
regards Philipp
Hi Philipp,
On Tue, Sep 2, 2014 at 6:29 AM, Philipp Zabel p.zabel@pengutronix.de wrote:
Hi Fabio,
Am Dienstag, den 02.09.2014, 00:37 -0300 schrieb Fabio Estevam:
From: Fabio Estevam fabio.estevam@freescale.com
Let's only define DEBUG for debugging purpose and not by default to avoid printing debugging message unnecessarily.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Russell,
Are you still collecting ipu-v3 patches?
I have added this patch to git://git.pengutronix.de/git/pza/linux.git topic/ipu-fixes
Excellent, thanks.
What about adding an entry to MAINTAINERS so that people know they should send you the IPUv3 related patches?
Thanks,
Fabio Estevam
Am Dienstag, den 02.09.2014, 09:00 -0300 schrieb Fabio Estevam:
Hi Philipp,
On Tue, Sep 2, 2014 at 6:29 AM, Philipp Zabel p.zabel@pengutronix.de wrote:
Hi Fabio,
Am Dienstag, den 02.09.2014, 00:37 -0300 schrieb Fabio Estevam:
From: Fabio Estevam fabio.estevam@freescale.com
Let's only define DEBUG for debugging purpose and not by default to avoid printing debugging message unnecessarily.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Russell,
Are you still collecting ipu-v3 patches?
I have added this patch to git://git.pengutronix.de/git/pza/linux.git topic/ipu-fixes
Excellent, thanks.
What about adding an entry to MAINTAINERS so that people know they should send you the IPUv3 related patches?
Yes, I'll send a patch
regards Philipp
dri-devel@lists.freedesktop.org