bonding: initialize backpointer from pci device to driver
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 8 May 2015 02:41:12 +0000 (19:41 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 29 Jun 2015 10:13:37 +0000 (12:13 +0200)
commit3379b158b2a1ad4b40325630d49144f240711dea
tree7326f1ee64105f8991c4489777066d11556e55b0
parentaf63759a5356e617cc9823e82d937d8a32deae55
bonding: initialize backpointer from pci device to driver

Add missing initialization of to pci_dev driver
The link from pci_dev back to the ethernet driver was not being set.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
drivers/net/bonding/rte_eth_bond_api.c