On Wed, Mar 27, 2024 at 09:45:22AM -0700, Stephen Hemminger wrote: > Replace the windows version of asprintf() that was only usable > in eal. With a more generic one that supports both vasprintf() > and asprintf(). This also eliminates duplicate code. > > Fixes: 8f4de2dba9b9 ("bus/pci: fill bus specific information") > Fixes: 9ec521006db0 ("eal/windows: hide asprintf shim") > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > ---
Acked-by: Tyler Retzlaff <roret...@linux.microsoft.com>