commit | 8208d21bf309551686b7a76d19059ae182a956d0 | [log] [tgz] |
---|---|---|
author | Amir Vadai <amir@vadai.me> | Fri Mar 11 11:08:45 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 11 12:04:37 2016 -0500 |
tree | a46eb4b61c8b7375ff01b5f75a851ef2c4384ac2 | |
parent | e8ab563f4b2e51849a16d962c6235b81e429c0d7 [diff] |
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>