summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0052-hwmon-ads1015-Fix-file-leak-in-probe-function.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0052-hwmon-ads1015-Fix-file-leak-in-probe-function.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0052-hwmon-ads1015-Fix-file-leak-in-probe-function.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0052-hwmon-ads1015-Fix-file-leak-in-probe-function.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0052-hwmon-ads1015-Fix-file-leak-in-probe-function.patch
index 9d8c30d0..8f777787 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0052-hwmon-ads1015-Fix-file-leak-in-probe-function.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0052-hwmon-ads1015-Fix-file-leak-in-probe-function.patch
@@ -1,7 +1,7 @@
1From 4651f6ab6be87e326d7ed3820be6cedfca323e51 Mon Sep 17 00:00:00 2001 1From 02a1b3c427ee77fbfb9f7444d9d6bf26b6147f38 Mon Sep 17 00:00:00 2001
2From: Guenter Roeck <guenter.roeck@ericsson.com> 2From: Guenter Roeck <guenter.roeck@ericsson.com>
3Date: Wed, 22 Feb 2012 08:13:52 -0800 3Date: Wed, 22 Feb 2012 08:13:52 -0800
4Subject: [PATCH 52/73] hwmon: (ads1015) Fix file leak in probe function 4Subject: [PATCH 52/72] hwmon: (ads1015) Fix file leak in probe function
5 5
6commit 363434b5dc352464ac7601547891e5fc9105f124 upstream. 6commit 363434b5dc352464ac7601547891e5fc9105f124 upstream.
7 7
@@ -15,7 +15,7 @@ Acked-by: Jean Delvare <khali@linux-fr.org>
15Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 15Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16--- 16---
17 drivers/hwmon/ads1015.c | 3 +-- 17 drivers/hwmon/ads1015.c | 3 +--
18 1 files changed, 1 insertions(+), 2 deletions(-) 18 1 file changed, 1 insertion(+), 2 deletions(-)
19 19
20diff --git a/drivers/hwmon/ads1015.c b/drivers/hwmon/ads1015.c 20diff --git a/drivers/hwmon/ads1015.c b/drivers/hwmon/ads1015.c
21index eedca3c..dd87ae9 100644 21index eedca3c..dd87ae9 100644
@@ -39,5 +39,5 @@ index eedca3c..dd87ae9 100644
39 exit: 39 exit:
40 return err; 40 return err;
41-- 41--
421.7.7.4 421.7.9.4
43 43