net/flower: Fix pointer cast
authorAmir Vadai <amir@vadai.me>
Fri, 11 Mar 2016 09:08:45 +0000 (11:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Mar 2016 17:04:37 +0000 (12:04 -0500)
commit8208d21bf309551686b7a76d19059ae182a956d0
treea46eb4b61c8b7375ff01b5f75a851ef2c4384ac2
parente8ab563f4b2e51849a16d962c6235b81e429c0d7
net/flower: Fix pointer cast

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 <amir@vadai.me>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/pkt_cls.h
net/sched/cls_flower.c