Re: [PATCH] PCI and I2C fixes for 2.6.8

From: Greg KH
Date: Mon Aug 23 2004 - 20:12:49 EST


ChangeSet 1.1807.54.3, 2004/08/02 16:09:18-07:00, nacc@xxxxxxxxxx

[PATCH] I2C: i2c-ite: replace schedule_timeout() with msleep()

Remove iic_ite_sleep() and replace invocations with msleep().

Signed-off-by: Nishanth Aravamudan <nacc@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/i2c/busses/i2c-ite.c | 8 --------
1 files changed, 8 deletions(-)


diff -Nru a/drivers/i2c/busses/i2c-ite.c b/drivers/i2c/busses/i2c-ite.c
--- a/drivers/i2c/busses/i2c-ite.c 2004-08-23 11:07:31 -07:00
+++ b/drivers/i2c/busses/i2c-ite.c 2004-08-23 11:07:31 -07:00
@@ -102,14 +102,6 @@
}


-#if 0
-static void iic_ite_sleep(unsigned long timeout)
-{
- schedule_timeout( timeout * HZ);
-}
-#endif
-
-
/* Put this process to sleep. We will wake up when the
* IIC controller interrupts.
*/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/