Re: [PATCH 1/1 linux-next] net/mlx4: use swap() in mlx4_init_qp_table()

2015-06-11 Thread David Miller
From: Fabian Frederick Date: Wed, 10 Jun 2015 18:33:06 +0200 > Use kernel.h macro definition. > > Thanks to Julia Lawall for Coccinelle scripting support. > > Signed-off-by: Fabian Frederick Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message

[PATCH 1/1 linux-next] net/mlx4: use swap() in mlx4_init_qp_table()

2015-06-10 Thread Fabian Frederick
Use kernel.h macro definition. Thanks to Julia Lawall for Coccinelle scripting support. Signed-off-by: Fabian Frederick --- drivers/net/ethernet/mellanox/mlx4/qp.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/net/ethernet/mellanox/mlx4/qp.c b/drivers/net