Re: [PATCH 2/3] iommu/vt-d: Parse SATC reporting structure

From: Joerg Roedel
Date: Tue Feb 02 2021 - 14:43:30 EST


On Tue, Feb 02, 2021 at 12:40:56PM +0800, Lu Baolu wrote:
> + case ACPI_DMAR_TYPE_SATC:
> + satc = container_of(header, struct acpi_dmar_satc, header);
> + pr_info("SATC flags: 0x%x\n", satc->flags);
> + break;

Did the pr_info() slip through or is there a real purpose for having
this information in the kernel log?