Re: [1/4] cxl: Compile with -Werror

2015-08-12 Thread Michael Ellerman
On Fri, 2015-07-08 at 03:18:17 UTC, Daniel Axtens wrote: > It's a good idea, and it brings us in line with the rest of arch/powerpc. > > Signed-off-by: Daniel Axtens > Acked-by: Michael Neuling Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/d3d73f4b38a8ece19846 cheers _

Re: [PATCH 1/4] cxl: Compile with -Werror

2015-08-06 Thread Michael Neuling
On Fri, 2015-08-07 at 13:18 +1000, Daniel Axtens wrote: > It's a good idea, and it brings us in line with the rest of arch/powerpc. > > Signed-off-by: Daniel Axtens Acked-by: Michael Neuling > --- > drivers/misc/cxl/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/

Re: [PATCH 1/4] cxl: Compile with -Werror

2015-08-06 Thread Daniel Axtens
> Do you need to put this patch last so that you don't break bisecting the > series? > The warnings fixed in the rest of the series are from sparse, not the compiler, so they don't break building with -Werror. -- Regards, Daniel signature.asc Description: This is a digitally signed message par

Re: [PATCH 1/4] cxl: Compile with -Werror

2015-08-06 Thread Michael Neuling
On Fri, 2015-08-07 at 13:18 +1000, Daniel Axtens wrote: > It's a good idea, and it brings us in line with the rest of arch/powerpc. Do you need to put this patch last so that you don't break bisecting the series? Mikey > Signed-off-by: Daniel Axtens > --- > drivers/misc/cxl/Makefile | 2 ++ >

[PATCH 1/4] cxl: Compile with -Werror

2015-08-06 Thread Daniel Axtens
It's a good idea, and it brings us in line with the rest of arch/powerpc. Signed-off-by: Daniel Axtens --- drivers/misc/cxl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/misc/cxl/Makefile b/drivers/misc/cxl/Makefile index 14e3f8219a11..6f484dfe78f9 100644 --- a/drivers/m