Re: [PATCH net-next] net/flower: Fix pointer cast

2016-03-11 Thread David Miller
From: Amir Vadai Date: Fri, 11 Mar 2016 11:08:45 +0200 > Cast pointer to unsigned long instead of u64, to fix compilation warning > on 32 bit arch, spotted by 0day build. > > Fixes: 5b33f48 ("net/flower: Introduce hardware offload support") > Signed-off-by: Amir Vadai Applied, thanks.

[PATCH net-next] net/flower: Fix pointer cast

2016-03-11 Thread Amir Vadai
Cast pointer to unsigned long instead of u64, to fix compilation warning on 32 bit arch, spotted by 0day build. Fixes: 5b33f48 ("net/flower: Introduce hardware offload support") Signed-off-by: Amir Vadai --- include/net/pkt_cls.h | 2 +- net/sched/cls_flower.c | 12 ++-- 2 files change