From: Sathya Perla Date: Sun, 30 May 2010 23:34:14 +0000 (+0000) Subject: be2net: replace udelay() with schedule_timeout() in mbox polling X-Git-Tag: v2.6.36-rc1~571^2~713 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f25b03a7bd260b939b1a6aa69ca518d9848bb63a;p=pandora-kernel.git be2net: replace udelay() with schedule_timeout() in mbox polling As mbox polling is done only in process context, it is better to use schedule_timeout() instead of udelay(). Signed-off-by: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed