diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-02 00:37:13 -0300 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2014-09-02 11:13:48 +0200 |
commit | e68885e24ad1a2d7d4ad6df04cbc9b623bd1d0b9 (patch) | |
tree | 22a1abf6a646c13189d30bab245c842dda857dd6 /drivers/gpu | |
parent | e4946cdcabcffd4814e153e71d28884b94c65e9e (diff) | |
download | op-kernel-dev-e68885e24ad1a2d7d4ad6df04cbc9b623bd1d0b9.zip op-kernel-dev-e68885e24ad1a2d7d4ad6df04cbc9b623bd1d0b9.tar.gz |
gpu: ipu-v3: ipu-smfc: Do not leave DEBUG defined
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>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/ipu-v3/ipu-smfc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |