Re: [PATCH] powerpc/powernv/ioda2: Add __printf format/argument verification

2019-05-03 Thread Michael Ellerman
Joe Perches writes: > On Fri, 2019-05-03 at 16:59 +1000, Michael Ellerman wrote: >> On Thu, 2017-03-30 at 10:19:25 UTC, Joe Perches wrote: >> > Fix fallout too. >> > >> > Signed-off-by: Joe Perches >> >> Applied to powerpc next, thanks. >> >>

Re: [PATCH] powerpc/powernv/ioda2: Add __printf format/argument verification

2019-05-03 Thread Mathieu Malaterre
On Fri, May 3, 2019 at 10:21 AM Joe Perches wrote: > > On Fri, 2019-05-03 at 16:59 +1000, Michael Ellerman wrote: > > On Thu, 2017-03-30 at 10:19:25 UTC, Joe Perches wrote: > > > Fix fallout too. > > > > > > Signed-off-by: Joe Perches > > > > Applied to powerpc next, thanks. > > > >

Re: [PATCH] powerpc/powernv/ioda2: Add __printf format/argument verification

2019-05-03 Thread Joe Perches
On Fri, 2019-05-03 at 16:59 +1000, Michael Ellerman wrote: > On Thu, 2017-03-30 at 10:19:25 UTC, Joe Perches wrote: > > Fix fallout too. > > > > Signed-off-by: Joe Perches > > Applied to powerpc next, thanks. > > https://git.kernel.org/powerpc/c/1e496391a8452101308a23b7395cdd49 2+ years

Re: [PATCH] powerpc/powernv/ioda2: Add __printf format/argument verification

2019-05-03 Thread Michael Ellerman
On Thu, 2017-03-30 at 10:19:25 UTC, Joe Perches wrote: > Fix fallout too. > > Signed-off-by: Joe Perches Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/1e496391a8452101308a23b7395cdd49 cheers

[PATCH] powerpc/powernv/ioda2: Add __printf format/argument verification

2017-03-30 Thread Joe Perches
Fix fallout too. Signed-off-by: Joe Perches --- arch/powerpc/platforms/powernv/pci-ioda.c | 31 --- arch/powerpc/platforms/powernv/pci.h | 2 ++ 2 files changed, 18 insertions(+), 15 deletions(-) diff --git