[PATCH] net/cycx_drv: replace delay_cycx() with msleep_interruptible()
authorNishanth Aravamudan <nacc@us.ibm.com>
Mon, 27 Jun 2005 16:20:04 +0000 (09:20 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 19 Aug 2005 06:55:02 +0000 (02:55 -0400)
commita51d74409d856e472bad753aecf1f2715718c242
treeff77451bd2702b2e1754b5298b23ca70f4b1f87c
parent1b1b3c9b6d346d441a99e2de0b34f3ba93963ad8
[PATCH] net/cycx_drv: replace delay_cycx() with msleep_interruptible()

Use msleep_interruptible() instead of delay_cycx() to guarantee the task
delays as expected. Remove the prototype and definition of delay_cycx().

Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/wan/cycx_drv.c