On Mon, Aug 07, 2017 at 01:15:18PM +0530, Arvind Yadav wrote:
> Replace '%d' by '%zu' to fix the compilation warning:-
>"format ‘%d’ expects argument of type ‘int’,but argument has type ‘size_t’
> [-Wformat=]"
Applied both, thanks
--
~Vinod
On Mon, Aug 07, 2017 at 01:15:18PM +0530, Arvind Yadav wrote:
> Replace '%d' by '%zu' to fix the compilation warning:-
>"format ‘%d’ expects argument of type ‘int’,but argument has type ‘size_t’
> [-Wformat=]"
>
> Signed-off-by: Arvind Yadav
Acked-by: Ludovic Desroches
Thanks
> ---
> driv
Replace '%d' by '%zu' to fix the compilation warning:-
"format ‘%d’ expects argument of type ‘int’,but argument has type ‘size_t’
[-Wformat=]"
Signed-off-by: Arvind Yadav
---
drivers/dma/at_xdmac.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/dma/at_xdm
3 matches
Mail list logo