Message ID | 20210914112738.358627-3-idosch@idosch.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 7e153a7da4f1631e2e1bef023ff6db6e96653059 |
Delegated to: | Michal Kubecek |
Headers | show |
Series | ethtool: Module EEPROM fixes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
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); } /**