commit | 3002f467a0b0a70aec01d9f446da4ac8c6fda10b | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sat Jun 12 07:39:51 2021 +0200 |
committer | Oded Gabbay <ogabbay@kernel.org> | Fri Jun 18 15:23:42 2021 +0300 |
tree | 8d89051e3106a70fdff3ae3dfc3a03994938fa51 | |
parent | c9d2f5cf27c5712d5d6bc4ba0d10a3b21bd84ad2 [diff] |
habanalabs: Fix an error handling path in 'hl_pci_probe()' If an error occurs after a 'pci_enable_pcie_error_reporting()' call, it must be undone by a corresponding 'pci_disable_pcie_error_reporting()' call, as already done in the remove function. Fixes: 2e5eda4681f9 ("habanalabs: PCIe Advanced Error Reporting support") Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>