Re: [PATCH net-next 1/3] ionic: print firmware heartbeat as unsigned
From: Joe Damato
Date: Thu Jun 12 2025 - 09:40:29 EST
On Mon, Jun 09, 2025 at 02:46:42PM -0700, Shannon Nelson wrote:
> The firmware heartbeat value is an unsigned number, and seeing
> a negative number when it gets big is a little disconcerting.
> Example:
> ionic 0000:24:00.0: FW heartbeat stalled at -1342169688
>
> Print using the unsigned flag.
>
> Signed-off-by: Shannon Nelson <shannon.nelson@xxxxxxx>
> ---
> drivers/net/ethernet/pensando/ionic/ionic_dev.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Joe Damato <joe@xxxxxxx>