From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753903AbeE3RyR (ORCPT ); Wed, 30 May 2018 13:54:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:43808 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753859AbeE3RyL (ORCPT ); Wed, 30 May 2018 13:54:11 -0400 Subject: [PATCH v1 0/2] PCI/AER: Clean up minor logging issues From: Bjorn Helgaas To: linux-pci@vger.kernel.org Cc: Oza Pawandeep , linux-kernel@vger.kernel.org Date: Wed, 30 May 2018 12:54:10 -0500 Message-ID: <152770259826.80701.7360032106128917833.stgit@bhelgaas-glaptop.roam.corp.google.com> User-Agent: StGit/0.18 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org AER logging printed the plain 16-bit Requester ID straight out of the TLP, which is hard to interpret, e.g., id=00e4 corresponds to what we normally see as 00:1c.4 in dmesg or lspci. Also, there's no need to print the vendor/device ID of the root port reporting an error; we can easily find that from dmesg or lspci. --- Bjorn Helgaas (2): PCI/AER: Decode Error Source Requester ID PCI/AER: Stop printing vendor/device ID drivers/pci/pcie/aer/aerdrv_errprint.c | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-)