mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 18:36:00 +00:00
rocker: Don't bother filling in ethtool driver version
The version is same as the default, so don't bother filling it in. Signed-off-by: John Garry <john.g.garry@oracle.com> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Link: https://lore.kernel.org/r/20240222090042.12609-2-john.g.garry@oracle.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
3e59659937
commit
23fe265fbf
@ -32,7 +32,6 @@
|
||||
#include <net/fib_rules.h>
|
||||
#include <net/fib_notifier.h>
|
||||
#include <linux/io-64-nonatomic-lo-hi.h>
|
||||
#include <generated/utsrelease.h>
|
||||
|
||||
#include "rocker_hw.h"
|
||||
#include "rocker.h"
|
||||
@ -2227,7 +2226,6 @@ static void rocker_port_get_drvinfo(struct net_device *dev,
|
||||
struct ethtool_drvinfo *drvinfo)
|
||||
{
|
||||
strscpy(drvinfo->driver, rocker_driver_name, sizeof(drvinfo->driver));
|
||||
strscpy(drvinfo->version, UTS_RELEASE, sizeof(drvinfo->version));
|
||||
}
|
||||
|
||||
static struct rocker_port_stats {
|
||||
|
Loading…
x
Reference in New Issue
Block a user