Re: [PATCH] bus/pci: fix device ID print

2023-10-11 Thread Thomas Monjalon
13/09/2023 10:23, Qiming Yang: > This patch fixes the issue where device id first 0 does not print. > > Fixes: e4f27af0f448 ("bus/pci: reduce boot-up logs to absolute minimum") > Cc: sta...@dpdk.org > > Signed-off-by: Qiming Yang Applied, thanks.

[PATCH] bus/pci: fix device ID print

2023-09-13 Thread Qiming Yang
This patch fixes the issue where device id first 0 does not print. Fixes: e4f27af0f448 ("bus/pci: reduce boot-up logs to absolute minimum") Cc: sta...@dpdk.org Signed-off-by: Qiming Yang --- drivers/bus/pci/pci_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers