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:
924d75a
)
bnx2x: correct usleep_range usage
author
Yuval Mintz
<yuvalmin@broadcom.com>
Wed, 23 Jan 2013 03:21:45 +0000
(
03:21
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 23 Jan 2013 18:58:28 +0000
(13:58 -0500)
Change the incorrect usage of `usleep_range(1000, 1000)' into
`usleep_range(1000, 2000)'.
Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found