]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: dc2114x: remove unused lines and change the var and print types
authorHanyuan Zhao <hanyuan-z@qq.com>
Fri, 9 Aug 2024 08:56:58 +0000 (16:56 +0800)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 16:15:29 +0000 (10:15 -0600)
commit8c18c53164be0d3793dcf8074bfeb06615335ac9
tree10df12d3f09fdc03178b113b9c0adeeaaef00c8f
parent23edc8f6a6a1f08c1c0e84bd232dedad057d2c6d
net: dc2114x: remove unused lines and change the var and print types

This commit fixes a problem that even though the network card does not report
any issues in transmitting a setup frame, the driver prints the error status
every time. Let's set it for debug use.

Signed-off-by: Hanyuan Zhao <zhaohy22@mails.tsinghua.edu.cn>
drivers/net/dc2114x.c