On Tue, 20 May 2025 16:50:26 -0500 Bjorn Helgaas <helg...@kernel.org> wrote:
> From: Bjorn Helgaas <bhelg...@google.com> > > Simplify pci_print_aer() by initializing the struct aer_err_info "info" > with a designated initializer list (it was previously initialized with > memset()) and using pci_name(). > > Signed-off-by: Bjorn Helgaas <bhelg...@google.com> > Tested-by: Krzysztof Wilczyński <kwilczyn...@kernel.org> > Reviewed-by: Ilpo Järvinen <ilpo.jarvi...@linux.intel.com> Another nice cleanup. Reviewed-by: Jonathan Cameron <jonathan.came...@huawei.com>