Re: [PATCH v3 01/12] net/ice: use correct format specifiers for unsigned ints

2024-08-27 Thread Bruce Richardson
On Fri, Aug 23, 2024 at 09:56:39AM +, Soumyadeep Hore wrote: > From: Yogesh Bhosale > > Firmware was giving a number for the MSIX vectors that was > way too big and obviously not right. Because of the wrong > format specifier, this big number ended up looking like a > tiny negative number in

[PATCH v3 01/12] net/ice: use correct format specifiers for unsigned ints

2024-08-23 Thread Soumyadeep Hore
From: Yogesh Bhosale Firmware was giving a number for the MSIX vectors that was way too big and obviously not right. Because of the wrong format specifier, this big number ended up looking like a tiny negative number in the logs. This was fixed by using the right format specifier everywhere it's