projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e25b0e
)
ARM OMAP2+ GPMC: don't undef DEBUG
author
Robert ABEL
<rabel@cit-ec.uni-bielefeld.de>
Fri, 27 Feb 2015 15:56:48 +0000
(16:56 +0100)
committer
Roger Quadros
<rogerq@ti.com>
Fri, 6 Mar 2015 10:15:20 +0000
(12:15 +0200)
OMAP2+ GPMC driver undefines DEBUG, which makes it unnecessarily
hard to turn DEBUG on. Remove the offending lines.
Signed-off-by: Robert ABEL <rabel@cit-ec.uni-bielefeld.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
drivers/memory/omap-gpmc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/memory/omap-gpmc.c
b/drivers/memory/omap-gpmc.c
index db77adb236aea77bb6d24e8432656fd5f78e4933..624dccb0f002fe6c006da422c35d500911379ce4 100644
(file)
--- a/
drivers/memory/omap-gpmc.c
+++ b/
drivers/memory/omap-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>