summaryrefslogtreecommitdiffstats
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, 0 insertions, 35 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
deleted file mode 100644
index 7ec2a9582e..0000000000
--- a/recipes/linux/linux-openmoko-2.6.32/0023-Remove-a-couple-of-debugging-messages.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-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
-