summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-omap/0013-DSS-OMAPFB-remove-extra-spaces.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@koansoftware.com>2009-03-26 11:10:03 +0100
committerMarcin Juszkiewicz <hrw@koansoftware.com>2009-03-26 11:10:03 +0100
commita7be854977d7ad7c8460fee76739db8154e83049 (patch)
tree3696192bc8abcae8ce4e0121df2dd4e5246541df /recipes/linux/linux-omap/0013-DSS-OMAPFB-remove-extra-spaces.patch
parente2718269c5f56774705478545316a879f0be82c4 (diff)
parent1b045e71ce7c3b7ed6c68ae1d60e974edbe38efc (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux/linux-omap/0013-DSS-OMAPFB-remove-extra-spaces.patch')
-rw-r--r--recipes/linux/linux-omap/0013-DSS-OMAPFB-remove-extra-spaces.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes/linux/linux-omap/0013-DSS-OMAPFB-remove-extra-spaces.patch b/recipes/linux/linux-omap/0013-DSS-OMAPFB-remove-extra-spaces.patch
deleted file mode 100644
index fac269a319..0000000000
--- a/recipes/linux/linux-omap/0013-DSS-OMAPFB-remove-extra-spaces.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 17f3d30a218efba9bf947a667c9c1fa2f4286794 Mon Sep 17 00:00:00 2001
-From: Tomi Valkeinen <tomi.valkeinen@nokia.com>
-Date: Wed, 7 Jan 2009 17:40:59 +0200
-Subject: [PATCH] OMAPFB: remove extra spaces
-
----
- drivers/video/omap2/omapfb-sysfs.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/drivers/video/omap2/omapfb-sysfs.c b/drivers/video/omap2/omapfb-sysfs.c
-index 4383e44..0e153b9 100644
---- a/drivers/video/omap2/omapfb-sysfs.c
-+++ b/drivers/video/omap2/omapfb-sysfs.c
-@@ -337,7 +337,7 @@ static ssize_t show_overlays(struct device *dev, struct device_attribute *attr,
- break;
-
- l += snprintf(buf + l, size - l,
-- "%s t:%s x:%d y:%d iw:%d ih:%d w: %d h: %d e:%d\n",
-+ "%s t:%s x:%d y:%d iw:%d ih:%d w:%d h:%d e:%d\n",
- ovl->name,
- mgr ? mgr->name : "none",
- ovl->info.pos_x,
---
-1.5.6.3
-