PCI/PTM: Remove error message at boot
authorJakub Kicinski <kuba@kernel.org>
Wed, 11 Aug 2021 18:59:55 +0000 (11:59 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 20 Aug 2021 21:07:58 +0000 (16:07 -0500)
commitff3a52ab9cab01a53b168dc667fe789f56b90aa9
tree9c8788d585f89063375317855954b2de7ac26de9
parent7eb6ea4148579b85540a41d57bcec315b8af8ff8
PCI/PTM: Remove error message at boot

Since 39850ed51062 ("PCI/PTM: Save/restore Precision Time Measurement
Capability for suspend/resume"), devices that have PTM capability but
don't enable it see this message on calls to pci_save_state():

  no suspend buffer for PTM

Drop the message, it's perfectly fine not to use a capability.

Fixes: 39850ed51062 ("PCI/PTM: Save/restore Precision Time Measurement Capability for suspend/resume")
Link: https://lore.kernel.org/r/20210811185955.3112534-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: David E. Box <david.e.box@linux.intel.com>
drivers/pci/pcie/ptm.c