Acked-by: Ian Munsie
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev
> On Jul 22, 2016, at 4:01 AM, Andrew Donnellan
> wrote:
>
> Make native_irq_wait() static and use NULL rather than 0 to initialise
> phb->cfg_data in cxl_pci_vphb_add() to remove sparse warnings.
>
> Signed-off-by: Andrew Donnellan
Reviewed-by: Matthew R. Ochs
_
Make native_irq_wait() static and use NULL rather than 0 to initialise
phb->cfg_data in cxl_pci_vphb_add() to remove sparse warnings.
Signed-off-by: Andrew Donnellan
---
drivers/misc/cxl/native.c | 2 +-
drivers/misc/cxl/vphb.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --g