> 
> So do you mean like the changes below?
> 
> diff --git a/drivers/net/ethernet/qlogic/qed/qed_debug.c
> b/drivers/net/ethernet/qlogic/qed/qed_debug.c
> index f4eebaabb6d0..95cb7da2542e 100644
> --- a/drivers/net/ethernet/qlogic/qed/qed_debug.c
> +++ b/drivers/net/ethernet/qlogic/qed/qed_debug.c
> @@ -7906,6 +7906,7 @@ int qed_dbg_all_data(struct qed_dev *cdev, void
> *buffer)
>               rc = qed_dbg_grc(cdev, (u8 *)buffer + offset +
>                                REGDUMP_HEADER_SIZE, &feature_size);
>               if (!rc) {
> +                     module_firmware_crashed();
>                       *(u32 *)((u8 *)buffer + offset) =
>                           qed_calc_regdump_header(cdev, GRC_DUMP,
>                                                   cur_engine,

Please remove this invocation. Its not a place where FW crash is happening.


>               DP_NOTICE(p_hwfn,
>                         "The MFW failed to respond to command 0x%08x
> [param 0x%08x].\n",
>                         p_mb_params->cmd, p_mb_params->param);
> +             module_firmware_crashed();
>               qed_mcp_print_cpu_info(p_hwfn, p_ptt);

This one is perfect, thanks!

Regards
  Igor

Reply via email to