]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: lwip: nfs: Print device name based on current udevice
authorJonas Karlman <jonas@kwiboo.se>
Sat, 17 Jan 2026 00:24:38 +0000 (00:24 +0000)
committerJerome Forissier <jerome.forissier@arm.com>
Wed, 4 Feb 2026 08:04:36 +0000 (09:04 +0100)
commitf3b600efb339e5419cb10cd8177d84c7c36ee4cd
tree794f9c1796ffe4c30c437060138a3c05cbd1e2ae
parent35ee795d63977781960da9003a33ee78edb00da4
net: lwip: nfs: Print device name based on current udevice

Use udevice name, similar to other lwip commands, instead of using the
legacy eth_get_name() when printing out the device being used.

Fixes: 230cf3bc2776 ("net: lwip: nfs: Port the NFS code to work with lwIP")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Jerome Forissier <jerome.forissier@arm.com>
net/lwip/nfs.c