Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2184aa3d authored by Todd Fujinaka's avatar Todd Fujinaka Committed by Jeff Kirsher
Browse files

igb: Remove unneeded FIXME



Remove a FIXME comment that was missed in a commit on 1/2007.

Signed-off-by: default avatarTodd Fujinaka <todd.fujinaka@intel.com>
Reported-by: default avatarnick <xerofoify@gmail.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent a3566b52
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1125,7 +1125,7 @@ static s32 igb_acquire_swfw_sync_82575(struct e1000_hw *hw, u16 mask)
	u32 swmask = mask;
	u32 swmask = mask;
	u32 fwmask = mask << 16;
	u32 fwmask = mask << 16;
	s32 ret_val = 0;
	s32 ret_val = 0;
	s32 i = 0, timeout = 200; /* FIXME: find real value to use here */
	s32 i = 0, timeout = 200;


	while (i < timeout) {
	while (i < timeout) {
		if (igb_get_hw_semaphore(hw)) {
		if (igb_get_hw_semaphore(hw)) {