| To: | netdev@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 2.6.0-test4][NET] 3c509.c: remove device.name field |
| From: | Vinay K Nallamothu <vinay-rc@xxxxxxxxxxxxxx> |
| Date: | 23 Aug 2003 18:43:29 +0530 |
| Cc: | LKML <linux-kernel@xxxxxxxxxxxxxxx> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Hi,
This patch removes the device name field which is no longer present.
--- linux-2.6.0-test4/drivers/net/3c509.c 2003-08-23 13:14:30.000000000
+0530
+++ linux-2.6.0-test4-nvk/drivers/net/3c509.c 2003-08-23 18:34:35.000000000
+0530
@@ -629,8 +629,6 @@
el3_mca_adapter_names[mdev->index], slot + 1);
/* claim the slot */
- strncpy(device->name, el3_mca_adapter_names[mdev->index],
- sizeof(device->name));
mca_device_set_claim(mdev, 1);
if_port = pos4 & 0x03;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2.6.0-test4][ATM][RESEND] fix ambassador.c, Vinay K Nallamothu |
|---|---|
| Next by Date: | [PATCH 2.6.0-test4][NET] sk_mca.c: fix linker error, Vinay K Nallamothu |
| Previous by Thread: | [PATCH 2.6.0-test4][ATM][RESEND] fix ambassador.c, Vinay K Nallamothu |
| Next by Thread: | Re: [PATCH 2.6.0-test4][NET] 3c509.c: remove device.name field, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |