On 7/16/2024 9:16 AM, Jiawen Wu wrote:
> --- a/drivers/net/ngbe/base/ngbe_hw.h
> +++ b/drivers/net/ngbe/base/ngbe_hw.h
> @@ -84,8 +84,8 @@ s32 ngbe_enable_rx_dma(struct ngbe_hw *hw, u32 regval);
>  void ngbe_map_device_id(struct ngbe_hw *hw);
>  
>  void ngbe_read_efuse(struct ngbe_hw *hw);
> -u32 ngbe_fmgr_cmd_op(struct ngbe_hw *hw, u32 cmd, u32 cmd_addr);
> -u32 ngbe_flash_read_dword(struct ngbe_hw *hw, u32 addr);
> +s32 ngbe_fmgr_cmd_op(struct ngbe_hw *hw, u32 cmd, u32 cmd_addr);
> +s32 ngbe_flash_read_dword(struct ngbe_hw *hw, u32 addr, u32 *data);
>  void ngbe_set_ncsi_status(struct ngbe_hw *hw);
>

Hi Jiawen,

Are above changes, and related changed caused by it, relevant to this
patch? Changes seems unrelated with main functionality of this patch.

Reply via email to