aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-2.6.32/0023-Remove-a-couple-of-debugging-messages.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.32/0023-Remove-a-couple-of-debugging-messages.patch')
-rw-r--r--recipes/linux/linux-openmoko-2.6.32/0023-Remove-a-couple-of-debugging-messages.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32/0023-Remove-a-couple-of-debugging-messages.patch b/recipes/linux/linux-openmoko-2.6.32/0023-Remove-a-couple-of-debugging-messages.patch
new file mode 100644
index 0000000000..7ec2a9582e
--- /dev/null
+++ b/recipes/linux/linux-openmoko-2.6.32/0023-Remove-a-couple-of-debugging-messages.patch
@@ -0,0 +1,35 @@
+From 171e3f48e87b7ce366116b4dc5af5b1286c19554 Mon Sep 17 00:00:00 2001
+From: Thomas White <taw@bitwiz.org.uk>
+Date: Sat, 24 Apr 2010 21:10:09 +0200
+Subject: [PATCH 29/31] Remove a couple of debugging messages
+
+Signed-off-by: Thomas White <taw@bitwiz.org.uk>
+---
+ drivers/mfd/glamo/glamo-kms-fb.c | 4 ----
+ 1 files changed, 0 insertions(+), 4 deletions(-)
+
+diff --git a/drivers/mfd/glamo/glamo-kms-fb.c b/drivers/mfd/glamo/glamo-kms-fb.c
+index 04de83b..d76dd24 100644
+--- a/drivers/mfd/glamo/glamo-kms-fb.c
++++ b/drivers/mfd/glamo/glamo-kms-fb.c
+@@ -253,8 +253,6 @@ static void glamofb_on(struct fb_info *info)
+ struct drm_device *dev = par->dev;
+ struct glamodrm_handle *gdrm = dev->dev_private;
+
+- printk(KERN_CRIT "Turning on display...\n");
+-
+ gdrm = dev->dev_private;
+
+ glamo_lcd_power(gdrm, 1);
+@@ -266,8 +264,6 @@ static void glamofb_off(struct fb_info *info, int dpms_mode)
+ struct drm_device *dev = par->dev;
+ struct glamodrm_handle *gdrm = dev->dev_private;
+
+- printk(KERN_CRIT "Turning off display...\n");
+-
+ glamo_lcd_power(gdrm, 0);
+ }
+
+--
+1.7.0.4
+