projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cfdef7
)
PCI: hv: Use PCI_ERROR_RESPONSE to identify config read errors
author
Naveen Naidu
<naveennaidu479@gmail.com>
Thu, 18 Nov 2021 14:03:34 +0000
(19:33 +0530)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 18 Nov 2021 20:32:16 +0000
(14:32 -0600)
Include PCI_ERROR_RESPONSE along with 0xFFFFFFFF in the comment about
identifying config read errors. This makes checks for config read errors
easier to find. Comment change only.
Link:
https://lore.kernel.org/r/12124f41cab7d8aa944de05f85d9567bfe157704.1637243717.git.naveennaidu479@gmail.com
Signed-off-by: Naveen Naidu <naveennaidu479@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/controller/pci-hyperv.c
patch
|
blob
|
history
diff --git
a/drivers/pci/controller/pci-hyperv.c
b/drivers/pci/controller/pci-hyperv.c
index
6733cb1
..
1f961d0
100644
(file)
--- a/
drivers/pci/controller/pci-hyperv.c
+++ b/
drivers/pci/controller/pci-hyperv.c
@@
-1774,7
+1774,7
@@
static void prepopulate_bars(struct hv_pcibus_device *hbus)
* If the memory enable bit is already set, Hyper-V silently ignores
* the below BAR updates, and the related PCI device driver can not
* work, because reading from the device register(s) always returns
- * 0xFFFFFFFF.
+ * 0xFFFFFFFF
(PCI_ERROR_RESPONSE)
.
*/
list_for_each_entry(hpdev, &hbus->children, list_entry) {
_hv_pcifront_read_config(hpdev, PCI_COMMAND, 2, &command);