aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-2.6.23/em-x270/em-x270-battery-sysfs-fix.patch
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-02-18 15:25:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-21 17:59:39 +0000
commit0fff0494048f449e38f7391c0622cedfbd5df7e1 (patch)
tree59005e46e7aad2f1b194026d721ebc1547340f57 /meta/recipes-kernel/linux/linux-2.6.23/em-x270/em-x270-battery-sysfs-fix.patch
parent7bae9465f3594bffcfdfe19b58c1d4f4e3349704 (diff)
downloadopenembedded-core-contrib-0fff0494048f449e38f7391c0622cedfbd5df7e1.tar.gz
linux-2.6.23: remove the linux-2.6.23 recipe
The machines supported by this recipe were either recently removed or simply not defined. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-2.6.23/em-x270/em-x270-battery-sysfs-fix.patch')
-rw-r--r--meta/recipes-kernel/linux/linux-2.6.23/em-x270/em-x270-battery-sysfs-fix.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/meta/recipes-kernel/linux/linux-2.6.23/em-x270/em-x270-battery-sysfs-fix.patch b/meta/recipes-kernel/linux/linux-2.6.23/em-x270/em-x270-battery-sysfs-fix.patch
deleted file mode 100644
index 51ec773e5c..0000000000
--- a/meta/recipes-kernel/linux/linux-2.6.23/em-x270/em-x270-battery-sysfs-fix.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Index: linux-2.6.23/arch/arm/mach-pxa/em-x270-pm.c
-===================================================================
---- linux-2.6.23.orig/arch/arm/mach-pxa/em-x270-pm.c 2008-02-21 14:30:06.000000000 +0000
-+++ linux-2.6.23/arch/arm/mach-pxa/em-x270-pm.c 2008-02-21 14:59:24.000000000 +0000
-@@ -461,6 +461,9 @@
- else {
- val->intval = POWER_SUPPLY_STATUS_NOT_CHARGING;
- }
-+ }
-+ else {
-+ val->intval = POWER_SUPPLY_STATUS_NOT_CHARGING;
- }
- }
- else {
-@@ -547,8 +550,9 @@
- pr_debug("%s: MODEL = %s\n", __FUNCTION__, val->strval);
- break;
- default: break;
-+ return -1;
- }
--
-+
- return 0;
- }
-
-Index: linux-2.6.23/drivers/power/em_x270_battery.c
-===================================================================
---- linux-2.6.23.orig/drivers/power/em_x270_battery.c 2008-02-21 12:21:53.000000000 +0000
-+++ linux-2.6.23/drivers/power/em_x270_battery.c 2008-02-21 15:00:51.000000000 +0000
-@@ -418,8 +418,9 @@
- pr_debug("%s: MODEL = %s\n", __FUNCTION__, val->strval);
- break;
- default: break;
-+ return -1;
- }
--
-+
- return 0;
- }
-