diff options
| author | 2021-04-09 17:37:26 +0100 | |
|---|---|---|
| committer | 2021-04-12 13:15:21 -0700 | |
| commit | d0494135f94c7ab5a9cf7a9094fbb233275c7ba6 (patch) | |
| tree | 065099f245c66dc8f0ae121796eff761c81ee7f1 /lib/math/git:/ssh:/git@git.zx2c4.com | |
| parent | net: thunderx: Fix unintentional sign extension issue (diff) | |
net: hns3: Fix potential null pointer defererence of null ae_dev
The reset_prepare and reset_done calls have a null pointer check
on ae_dev however ae_dev is being dereferenced via the call to
ns3_is_phys_func with the ae->pdev argument. Fix this by performing
a null pointer check on ae_dev and hence short-circuiting the
dereference to ae_dev on the call to ns3_is_phys_func.
Addresses-Coverity: ("Dereference before null check")
Fixes: 715c58e94f0d ("net: hns3: add suspend and resume pm_ops")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/math/git:/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
