diff options
author | Michael Grzeschik <m.grzeschik@pengutronix.de> | 2015-03-20 10:22:24 -0400 |
---|---|---|
committer | Michael Grzeschik <m.grzeschik@pengutronix.de> | 2015-10-26 04:10:56 -0400 |
commit | ae8ede6a0cdcf3b21596f44dff30bbd02265bb41 (patch) | |
tree | 00c6a1a423af8070a8d65d08f9b8a1cd82195adb | |
parent | 27daf6ed5c1fbeca9029c59c7f4f70a5c7e13531 (diff) |
arcnet: com20020-pci: set dev_port to the subdevice index
This patch sets the dev_port according to the index of
the card. This can be used by udev to name the ports
in userspace.
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
-rw-r--r-- | drivers/net/arcnet/com20020-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/arcnet/com20020-pci.c b/drivers/net/arcnet/com20020-pci.c index a12bf83be750..e3b7c14e619f 100644 --- a/drivers/net/arcnet/com20020-pci.c +++ b/drivers/net/arcnet/com20020-pci.c | |||
@@ -96,6 +96,7 @@ static int com20020pci_probe(struct pci_dev *pdev, | |||
96 | ret = -ENOMEM; | 96 | ret = -ENOMEM; |
97 | goto out_port; | 97 | goto out_port; |
98 | } | 98 | } |
99 | dev->dev_port = i; | ||
99 | 100 | ||
100 | dev->netdev_ops = &com20020_netdev_ops; | 101 | dev->netdev_ops = &com20020_netdev_ops; |
101 | 102 | ||