Re: [net PATCH v2] net: ethernet: sunplus: Switch to ndo_eth_ioctl
From: Jakub Kicinski <kuba@kernel.org>
Date: 2025-01-10 02:02:14
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2025-01-10 02:02:14
Also in:
lkml
On Thu, 9 Jan 2025 02:05:52 +0000 Yeking@Red54.com wrote:
From: 谢致邦 (XIE Zhibang) <redacted>
ndo_do_ioctl is no longer called by the device ioctl handler,
so use ndo_eth_ioctl instead. (found by code inspection)
Fixes: fd3040b9394c ("net: ethernet: Add driver for Sunplus SP7021")This tag is unnecessary, Fixes tag should point to the commit which _broke_ things.
Fixes: a76053707dbf ("dev_ioctl: split out ndo_eth_ioctl")Now that you added this tag you need to run get_maintainer again / correctly on the patch and CC the authors. -- pw-bot: cr