]> git.ipfire.org Git - thirdparty/linux.git/commit
net: usb: Remove duplicate assignments for net->pcpu_stat_type
authorZqiang <qiang.zhang@linux.dev>
Wed, 16 Jul 2025 00:15:24 +0000 (08:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jul 2025 09:43:07 +0000 (10:43 +0100)
commitdd500e4aecf25e48e874ca7628697969df679493
tree68bea7fbc61d0e5b928b1dbcbb28f3fd751220f4
parent4701ee5044fb3992f1c910630a9673c2dc600ce5
net: usb: Remove duplicate assignments for net->pcpu_stat_type

This commit remove duplicate assignments for net->pcpu_stat_type
in usbnet_probe().

Signed-off-by: Zqiang <qiang.zhang@linux.dev>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/usbnet.c