Re: cxl: fix sparse warnings

2016-08-09 Thread Michael Ellerman
On Fri, 2016-22-07 at 09:01:36 UTC, 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 > Acked-by: Ian Munsie Applie

Re: [PATCH] cxl: fix sparse warnings

2016-07-24 Thread Ian Munsie
Acked-by: Ian Munsie ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] cxl: fix sparse warnings

2016-07-22 Thread Matthew R. Ochs
> 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 _

[PATCH] cxl: fix sparse warnings

2016-07-22 Thread Andrew Donnellan
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