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>