Re: [PATCH v6 7/8] PCI: Create helper to print TLP Header and Prefix Log

2024-12-11 Thread Jonathan Cameron
On Fri, 13 Sep 2024 17:36:31 +0300 Ilpo Järvinen wrote: > Add pcie_print_tlp_log() helper to print TLP Header and Prefix Log. > Print End-End Prefixes only if they are non-zero. > > Consolidate the few places which currently print TLP using custom > formatting. > > The first attempt used pr_con

[PATCH v6 7/8] PCI: Create helper to print TLP Header and Prefix Log

2024-09-13 Thread Ilpo Järvinen
Add pcie_print_tlp_log() helper to print TLP Header and Prefix Log. Print End-End Prefixes only if they are non-zero. Consolidate the few places which currently print TLP using custom formatting. The first attempt used pr_cont() instead of building a string first but it turns out pr_cont() is not