Files
linux/drivers
YueHaibing 5e2ea7801f net: txgbe: Fix unsigned comparison to zero in txgbe_calc_eeprom_checksum()
The error checks on checksum for a negative error return always fails because
it is unsigned and can never be negative.

Fixes: 049fe53653 ("net: txgbe: Add operations to interact with firmware")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-11-07 20:00:10 -08:00
..
2022-10-28 18:31:40 -07:00
2022-09-21 20:33:49 +02:00
2022-10-28 18:31:40 -07:00
2022-10-22 03:29:32 +00:00