summaryrefslogtreecommitdiff
path: root/packages/linux/linux-omap-2.6.28/0015-OMAPFB-remove-debug-print.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-19 09:07:44 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-19 09:07:44 +0100
commit1fbae05c3880ddf8b2b1e08142accc2d47ee5340 (patch)
tree8a9cf6638787fcf5c32076a10730271a378b733e /packages/linux/linux-omap-2.6.28/0015-OMAPFB-remove-debug-print.patch
parentd75554b56020d36644123702fd4248236b20afad (diff)
linux-omap 2.6.28: update to head of 2.6.28 branch
Diffstat (limited to 'packages/linux/linux-omap-2.6.28/0015-OMAPFB-remove-debug-print.patch')
-rw-r--r--packages/linux/linux-omap-2.6.28/0015-OMAPFB-remove-debug-print.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/linux/linux-omap-2.6.28/0015-OMAPFB-remove-debug-print.patch b/packages/linux/linux-omap-2.6.28/0015-OMAPFB-remove-debug-print.patch
new file mode 100644
index 0000000000..ecb7aecba7
--- /dev/null
+++ b/packages/linux/linux-omap-2.6.28/0015-OMAPFB-remove-debug-print.patch
@@ -0,0 +1,25 @@
+From 73f2a252fc273b6d3ee7daab9681728a915f7236 Mon Sep 17 00:00:00 2001
+From: Tomi Valkeinen <tomi.valkeinen@nokia.com>
+Date: Thu, 8 Jan 2009 12:02:07 +0200
+Subject: [PATCH] OMAPFB: remove debug print
+
+---
+ drivers/video/omap2/omapfb-main.c | 2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/drivers/video/omap2/omapfb-main.c b/drivers/video/omap2/omapfb-main.c
+index 9dbff42..d043c43 100644
+--- a/drivers/video/omap2/omapfb-main.c
++++ b/drivers/video/omap2/omapfb-main.c
+@@ -973,8 +973,6 @@ static int omapfb_allocate_all_fbs(struct omapfb2_device *fbdev)
+ while ((tok = strsep(&s, ","))) {
+ unsigned long size;
+
+- printk("param '%s'\n", tok);
+-
+ size = memparse(tok, NULL);
+
+ if (size == 0) {
+--
+1.5.6.3
+