linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM OMAP2 GPMC undefines DEBUG
@ 2015-02-12 17:13 Robert ABEL
  2015-02-12 17:13 ` [PATCH] ARM OMAP2 GPMC: don't undef DEBUG Robert ABEL
  0 siblings, 1 reply; 2+ messages in thread
From: Robert ABEL @ 2015-02-12 17:13 UTC (permalink / raw)
  To: linux-arm-kernel

The GPMC driver in OMAP2 undef's DEBUG, which makes it unnecessarily hard to turn DEBUG on,
because that's not expected behavior.
My proposed patch gets rid of the line undef'ing DEBUG.

Robert ABEL (1):
  ARM OMAP2 GPMC: don't undef DEBUG

 arch/arm/mach-omap2/gpmc.c | 2 --
 1 file changed, 2 deletions(-)

-- 
2.3.0

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

* [PATCH] ARM OMAP2 GPMC: don't undef DEBUG
  2015-02-12 17:13 [PATCH] ARM OMAP2 GPMC undefines DEBUG Robert ABEL
@ 2015-02-12 17:13 ` Robert ABEL
  0 siblings, 0 replies; 2+ messages in thread
From: Robert ABEL @ 2015-02-12 17:13 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Robert ABEL <rabel@cit-ec.uni-bielefeld.de>
---
 arch/arm/mach-omap2/gpmc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c
index ab43755..1ab6bc0 100644
--- a/arch/arm/mach-omap2/gpmc.c
+++ b/arch/arm/mach-omap2/gpmc.c
@@ -12,8 +12,6 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
-#undef DEBUG
-
 #include <linux/irq.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
-- 
2.3.0

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

end of thread, other threads:[~2015-02-12 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-12 17:13 [PATCH] ARM OMAP2 GPMC undefines DEBUG Robert ABEL
2015-02-12 17:13 ` [PATCH] ARM OMAP2 GPMC: don't undef DEBUG Robert ABEL

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).