Re: [PATCH net-next 5/5] hinic: add support to get eeprom information

From: Jakub Kicinski
Date: Wed Jun 03 2020 - 23:01:49 EST


On Wed, 3 Jun 2020 14:20:15 +0800 Luo bin wrote:
> add support to get eeprom information from the plug-in module
> with ethtool -m cmd.
>
> Signed-off-by: Luo bin <luobin9@xxxxxxxxxx>

drivers/net/ethernet/huawei/hinic/hinic_port.c:1386:5: warning: variable port_id set but not used [-Wunused-but-set-variable]
1386 | u8 port_id;
| ^~~~~~~