lkml.org 
[lkml]   [2021]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.13 007/223] fm10k: Fix an error handling path in fm10k_probe()
    Date
    From: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

    [ Upstream commit e85e14d68f517ef12a5fb8123fff65526b35b6cd ]

    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: 19ae1b3fb99c ("fm10k: Add support for PCI power management and error handling")
    Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/net/ethernet/intel/fm10k/fm10k_pci.c b/drivers/net/ethernet/intel/fm10k/fm10k_pci.c
    index 9e3103fae723..caedf24c24c1 100644
    --- a/drivers/net/ethernet/intel/fm10k/fm10k_pci.c
    +++ b/drivers/net/ethernet/intel/fm10k/fm10k_pci.c
    @@ -2227,6 +2227,7 @@ err_sw_init:
    err_ioremap:
    free_netdev(netdev);
    err_alloc_netdev:
    + pci_disable_pcie_error_reporting(pdev);
    pci_release_mem_regions(pdev);
    err_pci_reg:
    err_dma:
    --
    2.30.2


    \
     
     \ /
      Last update: 2021-07-26 18:29    [W:4.036 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site