From: Nishanth Aravamudan Date: Mon, 27 Jun 2005 16:20:04 +0000 (-0700) Subject: [PATCH] net/cycx_drv: replace delay_cycx() with msleep_interruptible() X-Git-Tag: v2.6.14-rc1~1055^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a51d74409d856e472bad753aecf1f2715718c242;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed