Message ID | 20211001150627.1353209-8-idosch@idosch.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 79cb4ab4787b078fc647291eac6d681f98512a7c |
Delegated to: | Michal Kubecek |
Headers | show |
Series | ethtool: Small EEPROM changes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
diff --git a/qsfp.c b/qsfp.c index d1464cb50fdc..3f37f1036e96 100644 --- a/qsfp.c +++ b/qsfp.c @@ -738,7 +738,6 @@ static void sff8636_dom_parse(const __u8 *id, const __u8 *page_three, struct sff sd->scd[i].rx_power = OFFSET_TO_U16(rx_power_offset); sd->scd[i].tx_power = OFFSET_TO_U16(tx_power_offset); } - } static void sff8636_show_dom(const __u8 *id, const __u8 *page_three, __u32 eeprom_len) @@ -819,7 +818,6 @@ static void sff8636_show_dom(const __u8 *id, const __u8 *page_three, __u32 eepro } } - static void sff8636_show_page_zero(const __u8 *id) { sff8636_show_ext_identifier(id);