mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 15:00:06 +07:00
staging: sm750fb: disable PCI device if lynxfb_pci_probe fails
In case of error during lynxfb_pci_probe, the function returned without calling pci_disable_device. Fix it by adding pci_disable_device on the error cleanup path. Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d9d3e025c0
commit
0fbc7c5056
@ -1132,6 +1132,7 @@ static int lynxfb_pci_probe(struct pci_dev *pdev,
|
||||
err_map:
|
||||
kfree(sm750_dev);
|
||||
err_share:
|
||||
pci_disable_device(pdev);
|
||||
err_enable:
|
||||
return -ENODEV;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user