Commit 800ce27
committed
PCI: Log debug messages about reset method
Log pci_dbg() messages about the reset methods we attempt and any errors
(-ENOTTY means "try the next method").
Set CONFIG_DYNAMIC_DEBUG=y and enable by booting with
dyndbg="file drivers/pci/* +p" or enable at runtime:
# echo "file drivers/pci/* +p" > /sys/kernel/debug/dynamic_debug/control
Link: https://lore.kernel.org/r/20250303204220.197172-1-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>1 parent 2014c95 commit 800ce27
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5230 | 5230 | | |
5231 | 5231 | | |
5232 | 5232 | | |
| 5233 | + | |
5233 | 5234 | | |
5234 | 5235 | | |
5235 | 5236 | | |
| |||
5246 | 5247 | | |
5247 | 5248 | | |
5248 | 5249 | | |
5249 | | - | |
| 5250 | + | |
| 5251 | + | |
| 5252 | + | |
5250 | 5253 | | |
5251 | 5254 | | |
| 5255 | + | |
| 5256 | + | |
5252 | 5257 | | |
5253 | 5258 | | |
5254 | 5259 | | |
| |||
0 commit comments