diff options
author | Arjun V <arjun@chelsio.com> | 2016-12-08 18:09:23 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-08 18:20:08 -0500 |
commit | d2a007ab191646d41553ffb6624cef1957e899ae (patch) | |
tree | ea1dc1dbf211825e939bc28482796dfc7a274447 /drivers/net/ethernet/chelsio/cxgb4vf | |
parent | 1a31cc86ef3ce9d873a713f422c34b47a188caec (diff) | |
download | talos-obmc-linux-d2a007ab191646d41553ffb6624cef1957e899ae.tar.gz talos-obmc-linux-d2a007ab191646d41553ffb6624cef1957e899ae.zip |
cxgb4/cxgb4vf: Assign netdev->dev_port with port ID
Added missing dev_port assignment in cxgb4vf driver.
Also made dev_port assignment of cxgb4 in sync with cxgb4vf driver.
Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: Arjun V <arjun@chelsio.com>
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4vf')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c index 100b2cc064a3..a37481c04a87 100644 --- a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c @@ -2969,6 +2969,7 @@ static int cxgb4vf_pci_probe(struct pci_dev *pdev, netdev->netdev_ops = &cxgb4vf_netdev_ops; netdev->ethtool_ops = &cxgb4vf_ethtool_ops; + netdev->dev_port = pi->port_id; /* * Initialize the hardware/software state for the port. |