Commit 3055a7cc authored by Nishanth Aravamudan's avatar Nishanth Aravamudan Committed by Greg Kroah-Hartman

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

Remove iic_ite_sleep() and replace invocations with msleep().
Signed-off-by: default avatarNishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 954bd170
......@@ -102,14 +102,6 @@ static int iic_ite_getclock(void *data)
}
#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.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment