Re: [PATCH v2 3/4] perf/dwc_pcie: Always register for PCIe bus notifier

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2024/8/16 23:17, Krishna chaitanya chundru wrote:
> When the PCIe devices are discovered late, the driver can't find
> the PCIe devices and returns in the init without registering with
> the bus notifier. Due to that the devices which are discovered late
> the driver can't register for this.
> 
> Register for bus notifier & driver even if the device is not found
> as part of init.
> 
> Fixes: af9597adc2f1 ("drivers/perf: add DesignWare PCIe PMU driver")
> Signed-off-by: Krishna chaitanya chundru <quic_krichai@xxxxxxxxxxx>

Reviewed-by: Yicong Yang <yangyicong@xxxxxxxxxxxxx>

> ---
>  drivers/perf/dwc_pcie_pmu.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/drivers/perf/dwc_pcie_pmu.c b/drivers/perf/dwc_pcie_pmu.c
> index 85a5155d6018..f205ecad2e4c 100644
> --- a/drivers/perf/dwc_pcie_pmu.c
> +++ b/drivers/perf/dwc_pcie_pmu.c
> @@ -726,7 +726,6 @@ static struct platform_driver dwc_pcie_pmu_driver = {
>  static int __init dwc_pcie_pmu_init(void)
>  {
>  	struct pci_dev *pdev = NULL;
> -	bool found = false;
>  	int ret;
>  
>  	for_each_pci_dev(pdev) {
> @@ -738,11 +737,7 @@ static int __init dwc_pcie_pmu_init(void)
>  			pci_dev_put(pdev);
>  			return ret;
>  		}
> -
> -		found = true;
>  	}
> -	if (!found)
> -		return -ENODEV;
>  
>  	ret = cpuhp_setup_state_multi(CPUHP_AP_ONLINE_DYN,
>  				      "perf/dwc_pcie_pmu:online",
> 




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [Linux for Sparc]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux