Re: [PATCH v2] xilinx: Fix compiler warning

2014-06-22 Thread David Miller
From: Manuel Schölling Date: Sun, 22 Jun 2014 13:24:54 +0200 > The time comparsion functions require arguments of type unsigned long > instead of (signed) long. > > Signed-off-by: Manuel Schölling Applied to net-next, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-k

[PATCH v2] 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