On Mon, Jul 22, 2024 at 07:08:13PM +0000, Joe Damato wrote:
Use net_prefetch to remove #ifdef and simplify prefetch logic. This
follows the pattern introduced in a previous commit f468f21b7af0 ("net:
Take common prefetch code structure into a function"), which replaced
the same logic in all existing drivers at that time.
Fixes: 3c47e8ae113a ("net: libwx: Support to receive packets in NAPI")
Signed-off-by: Joe Damato <jdamato@xxxxxxxxxx>
Hi Joe,
I would lean more towards this being a clean-up than a fix
(for net-next when it reopens, without a Fixes tag).