[lvc-project] [PATCH net v2] bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send()

Jakub Kicinski kuba at kernel.org
Tue Jun 11 05:54:17 MSK 2024


On Sun, 9 Jun 2024 10:01:29 +0300 Aleksandr Mishin wrote:
>  		hwrm_err(bp, ctx, "hwrm req_type 0x%x seq id 0x%x error 0x%x\n",
> -			 req_type, token->seq_id, rc);
> +			req_type, le16_to_cpu(ctx->req->seq_id), rc);

The alignment with the ( looks messed up



More information about the lvc-project mailing list