diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2018-09-21 05:53:17 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-22 05:13:22 +0300 |
commit | 54be5b8ce33f8d1a05b258070c81ed98f935883d (patch) | |
tree | ce0ecc3379ae8c477897f76a61111aae4c6a5a26 /drivers/pci/proc.c | |
parent | 86f9bd1ff61c413a2a251fa736463295e4e24733 (diff) | |
download | linux-54be5b8ce33f8d1a05b258070c81ed98f935883d.tar.xz |
PCI: hv: Fix return value check in hv_pci_assign_slots()
In case of error, the function pci_create_slot() returns ERR_PTR() and
never returns NULL. The NULL test in the return value check should be
replaced with IS_ERR().
Fixes: a15f2c08c708 ("PCI: hv: support reporting serial number as slot information")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/pci/proc.c')
0 files changed, 0 insertions, 0 deletions