All of lore.kernel.org
 help / color / mirror / Atom feed
From: Raghuram Chary J <raghuramchary.jallipalli@microchip.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <unglinuxdriver@microchip.com>,
	<woojung.huh@microchip.com>,
	<raghuramchary.jallipalli@microchip.com>
Subject: [PATCH v4 net-next 2/3] lan78xx: Remove DRIVER_VERSION for lan78xx driver
Date: Fri, 27 Apr 2018 11:30:23 +0530	[thread overview]
Message-ID: <20180427060024.23989-3-raghuramchary.jallipalli@microchip.com> (raw)
In-Reply-To: <20180427060024.23989-1-raghuramchary.jallipalli@microchip.com>

Remove driver version info from the lan78xx driver.

Signed-off-by: Raghuram Chary J <raghuramchary.jallipalli@microchip.com>
---
 drivers/net/usb/lan78xx.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/usb/lan78xx.c b/drivers/net/usb/lan78xx.c
index cb35cfa20ca0..5da5f0e3cd21 100644
--- a/drivers/net/usb/lan78xx.c
+++ b/drivers/net/usb/lan78xx.c
@@ -42,7 +42,6 @@
 #define DRIVER_AUTHOR	"WOOJUNG HUH <woojung.huh@microchip.com>"
 #define DRIVER_DESC	"LAN78XX USB 3.0 Gigabit Ethernet Devices"
 #define DRIVER_NAME	"lan78xx"
-#define DRIVER_VERSION	"1.0.6"
 
 #define TX_TIMEOUT_JIFFIES		(5 * HZ)
 #define THROTTLE_JIFFIES		(HZ / 8)
@@ -1477,7 +1476,6 @@ static void lan78xx_get_drvinfo(struct net_device *net,
 	struct lan78xx_net *dev = netdev_priv(net);
 
 	strncpy(info->driver, DRIVER_NAME, sizeof(info->driver));
-	strncpy(info->version, DRIVER_VERSION, sizeof(info->version));
 	usb_make_path(dev->udev, info->bus_info, sizeof(info->bus_info));
 }
 
-- 
2.16.2

  parent reply	other threads:[~2018-04-27  5:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-27  6:00 [PATCH v4 net-next 0/3] lan78xx updates along with Fixed phy Support Raghuram Chary J
2018-04-27  6:00 ` [PATCH v4 net-next 1/3] lan78xx: Lan7801 Support for Fixed PHY Raghuram Chary J
2018-04-27  6:00 ` Raghuram Chary J [this message]
2018-04-27  6:00 ` [PATCH v4 net-next 3/3] lan78xx: Modify error messages Raghuram Chary J

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180427060024.23989-3-raghuramchary.jallipalli@microchip.com \
    --to=raghuramchary.jallipalli@microchip.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=unglinuxdriver@microchip.com \
    --cc=woojung.huh@microchip.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.