ionic: print firmware heartbeat as unsigned
authorShannon Nelson <shannon.nelson@amd.com>
Mon, 9 Jun 2025 21:46:42 +0000 (14:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Jun 2025 09:31:06 +0000 (10:31 +0100)
commit696158ff4dcdd600559273a45fad166744dc73fc
tree18315fd318ccbcd6f397d18018f8349c16bc1e7b
parent6d4e01d29d87356924f1521ca6df7a364e948f13
ionic: print firmware heartbeat as unsigned

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@amd.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Joe Damato <joe@dama.to>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic_dev.c