Message ID | 20210914112738.358627-3-idosch@idosch.org |
---|---|
State | New |
Headers | show |
Series | ethtool: Module EEPROM fixes | expand |
diff --git a/cmis.c b/cmis.c index 361b721f332f..1a91e798e4b8 100644 --- a/cmis.c +++ b/cmis.c @@ -297,7 +297,7 @@ static void cmis_show_link_len_from_page(const __u8 *page_one_data) */ static void cmis_show_link_len(const __u8 *id) { - cmis_show_link_len_from_page(id + PAG01H_UPPER_OFFSET); + cmis_show_link_len_from_page(id); } /**