aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorFlorian Fainelli <[email protected]>2015-03-09 21:31:21 +0000
committerDavid S. Miller <[email protected]>2015-03-10 03:50:21 +0000
commit769a020289bc8f68b7e48faf8fee970346d71a3b (patch)
tree3e57589f3c8b06b02e895e2428a82433f5cb8bda /net/switchdev/switchdev.c
parentnet: core: add of_find_net_device_by_node() (diff)
downloadkernel-769a020289bc8f68b7e48faf8fee970346d71a3b.tar.gz
kernel-769a020289bc8f68b7e48faf8fee970346d71a3b.zip
net: dsa: utilize of_find_net_device_by_node
Using of_find_device_by_node() restricts the search to platform_device that match the specified device_node pointer. This is not even remotely true for network devices backed by a pci_device for instance. of_find_net_device_by_node() allows us to do a more thorough lookup to find the struct net_device corresponding to a particular device_node pointer. For symetry with the non-OF code path, we hold the net_device pointer in dsa_probe() just like what dev_to_net_dev() does when we call this function. Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions