Siddharth Vadapalli 8f911a7be6 net: Fix the displayed value of bytes transferred
In the case of NETLOOP_SUCCESS, the decimal value of the u32 variable
"net_boot_file_size" is printed using "%d", resulting in negative values
being reported for large file sizes. Fix this by using "%u" to print the
decimal value corresponding to the bytes transferred.

Fixes: 1411157d8578 ("net: cosmetic: Fixup var names related to boot file")
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2023-08-22 15:17:53 -04:00
..
2023-02-10 07:41:39 -05:00
2023-06-14 15:48:45 -04:00
2020-06-12 13:17:23 -04:00
2022-12-07 16:04:17 -05:00
2023-05-05 17:48:44 -04:00
2023-03-02 17:45:58 -05:00
2023-05-05 17:48:44 -04:00
2019-09-04 11:37:19 -05:00
2022-12-05 12:47:16 -05:00
2020-09-30 16:55:03 -04:00
2018-07-02 14:14:20 -05:00