summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@mellanox.com>2016-06-09 09:51:40 +0200
committerDavid S. Miller <davem@davemloft.net>2016-06-09 11:20:05 -0700
commitd664b41e2adf5851e4d0d39f450b2f3f808b65d6 (patch)
tree51bc6346ac2935961cc57bdc789d1647d16a78aa /Documentation/devicetree
parentbe94535f95313a013b844b563ef15ddd8fb43da8 (diff)
mlxsw: spectrum: Don't sleep during ndo_get_phys_port_name()
When rtnl_fill_ifinfo() is called for a certain netdevice it queries its various parameters such as switch id and physical port name. The function might get called in an atomic context, which means the underlying driver must not sleep during the query operation. Don't query the device and sleep during ndo_get_phys_port_name(), but instead store the needed parameters in port creation time. Fixes: 2bf9a58675c5 ("mlxsw: spectrum: Add support for physical port names") Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree')
0 files changed, 0 insertions, 0 deletions