On Wed, 3 Jun 2015 16:55:55 +0530 Nikunj A Dadhania <nik...@linux.vnet.ibm.com> wrote:
> Device node names should encode the unit address as hex, while the > code was encodind it as integers. > > Also, use FDT_NAME_MAX macro for allocating and composing the name. > > Signed-off-by: Nikunj A Dadhania <nik...@linux.vnet.ibm.com> > --- > hw/ppc/spapr_pci.c | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) Reviewed-by: Thomas Huth <th...@redhat.com>