Re: [PATCH] xilinx: Fix compiler warning

2014-06-22 Thread Manuel Schoelling
On So, 2014-06-22 at 15:15 +0400, Sergei Shtylyov wrote: > Hello. > > On 06/22/2014 02:21 PM, Manuel Schölling wrote: > > > The time comparsion functions require arguments of type unsigned long > > instead of (signed) long. > > > Signed-off-by: Manuel Schölling > > [...] > > > diff --git a/in

Re: [PATCH] xilinx: Fix compiler warning

2014-06-22 Thread Sergei Shtylyov
Hello. On 06/22/2014 02:21 PM, Manuel Schölling wrote: The time comparsion functions require arguments of type unsigned long instead of (signed) long. Signed-off-by: Manuel Schölling [...] diff --git a/init/do_mounts.c b/init/do_mounts.c index 60c4196..2d069a3 100644 --- a/init/do_mount

[PATCH] xilinx: Fix compiler warning

2014-06-22 Thread Manuel Schölling
The time comparsion functions require arguments of type unsigned long instead of (signed) long. Signed-off-by: Manuel Schölling --- drivers/net/ethernet/xilinx/ll_temac_main.c |2 +- drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c |2 +- drivers/net/ethernet/xilinx/xilinx_emaclit