On Wed, 5 Jun 2024 16:58:48 -0500, Bjorn Helgaas wrote:
> - It doesn't apply to -rc1 (the TODO message is missing). In PCI,
> we normally apply patches on topic branches based on -rc1.
Thank you for the detailed feedback. I was looking at mainline only.
> - The subject should be more specific
Added pci_err() to log PCI device information on which iteration fails.
Added pci_err() to log note if there are too many failed devices.
Signed-off-by: Abhinav Jain
---
PATCH v2:
https://lore.kernel.org/all/20240605212344.21808-1-jain.abhinav...@gmail.com/
Changes since v2:
- Switched to
Print the add device error in find_device_iter()
Signed-off-by: Abhinav Jain
PATCH v1 link :
https://lore.kernel.org/all/20240415161055.8316-1-jain.abhinav...@gmail.com/
Changes since v1:
- Replaced pr_err() with pr_notice()
- Removed unncessary whitespaces
---
drivers/pci/pcie/aer.c | 4
Add a pr_err() to print the add device error in find_device_iter()
Signed-off-by: Abhinav Jain
---
drivers/pci/pcie/aer.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/pci/pcie/aer.c b/drivers/pci/pcie/aer.c
index ac6293c24976..0e1ad2998116 100644
--- a/drivers