提交 2184aa3d 编写于 作者: T Todd Fujinaka 提交者: Jeff Kirsher

igb: Remove unneeded FIXME

Remove a FIXME comment that was missed in a commit on 1/2007.
Signed-off-by: NTodd Fujinaka <todd.fujinaka@intel.com>
Reported-by: Nnick <xerofoify@gmail.com>
Tested-by: NAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
上级 a3566b52
......@@ -1125,7 +1125,7 @@ static s32 igb_acquire_swfw_sync_82575(struct e1000_hw *hw, u16 mask)
u32 swmask = mask;
u32 fwmask = mask << 16;
s32 ret_val = 0;
s32 i = 0, timeout = 200; /* FIXME: find real value to use here */
s32 i = 0, timeout = 200;
while (i < timeout) {
if (igb_get_hw_semaphore(hw)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册