From: Arjan van de Ven Date: Tue, 28 Aug 2007 21:34:43 +0000 (-0700) Subject: [BNX2]: Use msleep(). X-Git-Tag: v2.6.23-rc5~37^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e54588161577435d64dfb5cfdf40a73a5705ea0;p=pandora-kernel.git [BNX2]: Use msleep(). bnx2.c (incorrectly) sets current->state directly to TASK_UNINTERRUPTIBLE, without going through set_task_state(). However all the code wants to do is an msleep so just make it do that instead... Signed-off-by: Arjan van de Ven Acked-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed