Re: [PATCH] tools/pci: Fix compilation warnings

2018-10-03 Thread Lorenzo Pieralisi
On Thu, Aug 23, 2018 at 01:34:53PM +0200, Gustavo Pimentel wrote: > Fix compilation warnings: > - remove unused variables > - change function return from int to void, since it's not used > > Signed-off-by: Gustavo Pimentel > --- > tools/pci/pcitest.c | 7 ++- > 1 file changed, 2

Re: [PATCH] tools/pci: Fix compilation warnings

2018-10-03 Thread Lorenzo Pieralisi
On Thu, Aug 23, 2018 at 01:34:53PM +0200, Gustavo Pimentel wrote: > Fix compilation warnings: > - remove unused variables > - change function return from int to void, since it's not used > > Signed-off-by: Gustavo Pimentel > --- > tools/pci/pcitest.c | 7 ++- > 1 file changed, 2

Re: [PATCH] tools/pci: Fix compilation warnings

2018-10-03 Thread Kishon Vijay Abraham I
On Thursday 23 August 2018 05:04 PM, Gustavo Pimentel wrote: > Fix compilation warnings: > - remove unused variables > - change function return from int to void, since it's not used > > Signed-off-by: Gustavo Pimentel Reviewed-by: Kishon Vijay Abraham I > --- > tools/pci/pcitest.c | 7

Re: [PATCH] tools/pci: Fix compilation warnings

2018-10-03 Thread Kishon Vijay Abraham I
On Thursday 23 August 2018 05:04 PM, Gustavo Pimentel wrote: > Fix compilation warnings: > - remove unused variables > - change function return from int to void, since it's not used > > Signed-off-by: Gustavo Pimentel Reviewed-by: Kishon Vijay Abraham I > --- > tools/pci/pcitest.c | 7

[PATCH] tools/pci: Fix compilation warnings

2018-08-23 Thread Gustavo Pimentel
Fix compilation warnings: - remove unused variables - change function return from int to void, since it's not used Signed-off-by: Gustavo Pimentel --- tools/pci/pcitest.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tools/pci/pcitest.c b/tools/pci/pcitest.c index

[PATCH] tools/pci: Fix compilation warnings

2018-08-23 Thread Gustavo Pimentel
Fix compilation warnings: - remove unused variables - change function return from int to void, since it's not used Signed-off-by: Gustavo Pimentel --- tools/pci/pcitest.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tools/pci/pcitest.c b/tools/pci/pcitest.c index