We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289e3ea commit 3cfdef7Copy full SHA for 3cfdef7
drivers/pci/controller/dwc/pci-keystone.c
@@ -747,9 +747,9 @@ static int ks_pcie_config_legacy_irq(struct keystone_pcie *ks_pcie)
747
748
#ifdef CONFIG_ARM
749
/*
750
- * When a PCI device does not exist during config cycles, keystone host gets a
751
- * bus error instead of returning 0xffffffff. This handler always returns 0
752
- * for this kind of faults.
+ * When a PCI device does not exist during config cycles, keystone host
+ * gets a bus error instead of returning 0xffffffff (PCI_ERROR_RESPONSE).
+ * This handler always returns 0 for this kind of fault.
753
*/
754
static int ks_pcie_fault(unsigned long addr, unsigned int fsr,
755
struct pt_regs *regs)
0 commit comments