Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F138069365
D6944.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
645 B
Referenced Files
None
Subscribers
None
D6944.diff
View Options
Index: sys/dev/ixgbe/if_ix.c
===================================================================
--- sys/dev/ixgbe/if_ix.c
+++ sys/dev/ixgbe/if_ix.c
@@ -437,7 +437,6 @@
struct adapter *adapter;
struct ixgbe_hw *hw;
int error = 0;
- u16 csum;
u32 ctrl_ext;
INIT_DEBUGOUT("ixgbe_attach: begin");
@@ -543,7 +542,7 @@
}
/* Make sure we have a good EEPROM before we read from it */
- if (ixgbe_validate_eeprom_checksum(&adapter->hw, &csum) < 0) {
+ if (ixgbe_validate_eeprom_checksum(&adapter->hw, NULL) < 0) {
device_printf(dev, "The EEPROM Checksum Is Not Valid\n");
error = EIO;
goto err_late;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 29, 3:34 PM (4 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26343413
Default Alt Text
D6944.diff (645 B)
Attached To
Mode
D6944: Remove unnecessary variable for NVM checksum
Attached
Detach File
Event Timeline
Log In to Comment