commit | 0e97a34083a03c931d4e9b34ba7899c29a09dce6 | [log] [tgz] |
---|---|---|
author | Huy Nguyen <huyn@mellanox.com> | Fri Nov 04 01:48:47 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 04 14:59:37 2016 -0400 |
tree | 5f07278b04cbbbe05dec0da422a187d21e17fb2e | |
parent | ee39fbc4447d5c42640963b559bf68490cb45308 [diff] |
net/mlx5: Fix invalid pointer reference when prof_sel parameter is invalid When prof_sel is invalid, mlx5_core_warn is called but the mlx5_core_dev is not initialized yet. Solution is moving the prof_sel code after dev->pdev assignment Fixes: 2974ab6e8bd8 ('net/mlx5: Improve driver log messages') Signed-off-by: Huy Nguyen <huyn@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>