git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889cd4b
)
be2net: replace udelay() with schedule_timeout() in mbox polling
author
Sathya Perla
<sathyap@serverengines.com>
Sun, 30 May 2010 23:34:14 +0000
(23:34 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 1 Jun 2010 07:15:52 +0000
(
00:15
-0700)
As mbox polling is done only in process context, it is better to
use schedule_timeout() instead of udelay().
Signed-off-by: Sathya Perla <sathyap@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found