]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: phy: ncsi: Correct the endian of the checksum
authorJacky Chou <jacky_chou@aspeedtech.com>
Mon, 5 Feb 2024 08:02:28 +0000 (16:02 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 26 Mar 2024 23:58:26 +0000 (19:58 -0400)
commit60d77b6f91f08d3be3b03d188c30c9b47e800a62
tree2e732b042bd6c48a48fc1a6474d3e98ab4ca77e9
parent0eedd1e5643ad3247c4cf5b6f6a172c3decb79f3
net: phy: ncsi: Correct the endian of the checksum

There is no need to perform the endian twice here.

Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
drivers/net/phy/ncsi.c