aboutsummaryrefslogtreecommitdiffstats
path: root/i2c
diff options
context:
space:
mode:
authorGreg KH <greg@press.(none)>2005-10-18 11:31:19 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2005-10-18 11:31:19 -0700
commit2dba89fb8426c623ebf53b0587a8c1583c6c7e1c (patch)
tree4b5d0c4a6cdf910fb10b070fe02bd6dd76c3130b /i2c
parent3ff4d78b5ca6701ee5056bc177602bd8b571b760 (diff)
downloadpatches-2dba89fb8426c623ebf53b0587a8c1583c6c7e1c.tar.gz
refresh
Diffstat (limited to 'i2c')
-rw-r--r--i2c/kzalloc-02-hwmon.patch2
-rw-r--r--i2c/kzalloc-03-i2c-other.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/i2c/kzalloc-02-hwmon.patch b/i2c/kzalloc-02-hwmon.patch
index 743be3387fecf..55aa307e8e406 100644
--- a/i2c/kzalloc-02-hwmon.patch
+++ b/i2c/kzalloc-02-hwmon.patch
@@ -276,7 +276,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
LM63-specific data. */
--- gregkh-2.6.orig/drivers/hwmon/lm75.c
+++ gregkh-2.6/drivers/hwmon/lm75.c
-@@ -140,11 +140,10 @@ static int lm75_detect(struct i2c_adapte
+@@ -127,11 +127,10 @@ static int lm75_detect(struct i2c_adapte
/* OK. For now, we presume we have a valid client. We now create the
client structure, even though we cannot fill it completely yet.
But it allows us to access lm75_{read,write}_value. */
diff --git a/i2c/kzalloc-03-i2c-other.patch b/i2c/kzalloc-03-i2c-other.patch
index dc7c05b118c0b..7af3f04499cd5 100644
--- a/i2c/kzalloc-03-i2c-other.patch
+++ b/i2c/kzalloc-03-i2c-other.patch
@@ -385,7 +385,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
tps->irq = -1;
--- gregkh-2.6.orig/drivers/i2c/i2c-dev.c
+++ gregkh-2.6/drivers/i2c/i2c-dev.c
-@@ -79,10 +79,9 @@ static struct i2c_dev *get_free_i2c_dev(
+@@ -80,10 +80,9 @@ static struct i2c_dev *get_free_i2c_dev(
{
struct i2c_dev *i2c_dev;