On Fri, Jun 19, 2020 at 2:20 AM Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> wrote: > > There is nothing PCI bus specific in the of_msi_map_rid() > implementation other than the requester ID tag for the input > ID space. Rename requester ID to a more generic ID so that > the translation code can be used by all busses that require > input/output ID translations. > > No functional change intended. > > Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Marc Zyngier <maz@xxxxxxxxxx> > --- > drivers/of/irq.c | 28 ++++++++++++++-------------- > drivers/pci/msi.c | 2 +- > include/linux/of_irq.h | 8 ++++---- > 3 files changed, 19 insertions(+), 19 deletions(-) Reviewed-by: Rob Herring <robh@xxxxxxxxxx>