git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdef79a
)
e1000/base: remove obsolete comment
author
Wenzhuo Lu
<wenzhuo.lu@intel.com>
Fri, 16 Oct 2015 02:51:10 +0000
(10:51 +0800)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Tue, 27 Oct 2015 13:20:24 +0000
(14:20 +0100)
The "FIXME" comment is revomed from e1000_acquire_swfw_sync_80003es2lan
but forgotten being removed from e1000_acquire_swfw_sync_82575 while
the similar changes were made to both.
Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/e1000/base/e1000_82575.c
patch
|
blob
|
history
diff --git
a/drivers/net/e1000/base/e1000_82575.c
b/drivers/net/e1000/base/e1000_82575.c
index
3dc8066
..
840da4c
100644
(file)
--- a/
drivers/net/e1000/base/e1000_82575.c
+++ b/
drivers/net/e1000/base/e1000_82575.c
@@
-1052,7
+1052,7
@@
STATIC s32 e1000_acquire_swfw_sync_82575(struct e1000_hw *hw, u16 mask)
u32 swmask = mask;
u32 fwmask = mask << 16;
s32 ret_val = E1000_SUCCESS;
- s32 i = 0, timeout = 200;
/* FIXME: find real value to use here */
+ s32 i = 0, timeout = 200;
DEBUGFUNC("e1000_acquire_swfw_sync_82575");