diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-08 16:28:24 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-08 16:28:24 +0100 |
commit | d91574407fd15b702d9abdb05df3449049c38b40 (patch) | |
tree | b3a3bff232ad2fba39d90c4325d2396fc3493c17 /packages/linux/linux-omap-2.6.28/0013-DSS-OMAPFB-remove-extra-spaces.patch | |
parent | 22f6ec65bfc2332bd0c638ae378d0e4c67992f2d (diff) |
linux-omap 2.6.28, git: improve graphics, fix sounds support
Diffstat (limited to 'packages/linux/linux-omap-2.6.28/0013-DSS-OMAPFB-remove-extra-spaces.patch')
-rw-r--r-- | packages/linux/linux-omap-2.6.28/0013-DSS-OMAPFB-remove-extra-spaces.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/linux/linux-omap-2.6.28/0013-DSS-OMAPFB-remove-extra-spaces.patch b/packages/linux/linux-omap-2.6.28/0013-DSS-OMAPFB-remove-extra-spaces.patch new file mode 100644 index 0000000000..fac269a319 --- /dev/null +++ b/packages/linux/linux-omap-2.6.28/0013-DSS-OMAPFB-remove-extra-spaces.patch @@ -0,0 +1,25 @@ +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 + |