Skip to content

Commit d9824f7

Browse files
committed
vfio/pci: Also demote hiding standard cap messages
Apply the same logic as commit 912b625 ("vfio/pci: demote hiding ecap messages to debug level") for the less common case of hiding standard capabilities. Reviewed-by: Oleksandr Natalenko <oleksandr@natalenko.name> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/r/20230523225250.1215911-1-alex.williamson@redhat.com Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
1 parent 6c8017c commit d9824f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/vfio/pci/vfio_pci_config.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,8 +1566,8 @@ static int vfio_cap_init(struct vfio_pci_core_device *vdev)
15661566
}
15671567

15681568
if (!len) {
1569-
pci_info(pdev, "%s: hiding cap %#x@%#x\n", __func__,
1570-
cap, pos);
1569+
pci_dbg(pdev, "%s: hiding cap %#x@%#x\n", __func__,
1570+
cap, pos);
15711571
*prev = next;
15721572
pos = next;
15731573
continue;

0 commit comments

Comments
 (0)