diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-01-04 15:31:43 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-06 13:30:03 -0800 |
commit | 00c0688cecadbf7ac2f5b4cdb36d912a2d3f0cca (patch) | |
tree | e80d05974f90dbb82042a1a86de8c33a85547552 /drivers/net/vxlan.c | |
parent | be7a7729207797476b6666f046d765bdf9630407 (diff) | |
download | linux-00c0688cecadbf7ac2f5b4cdb36d912a2d3f0cca.tar.bz2 |
net: wan: sdla: Fix cast from pointer to integer of different size
Since net_device.mem_start is unsigned long, it should not be cast to
int right before casting to pointer. This fixes warning (compile
testing on alpha architecture):
drivers/net/wan/sdla.c: In function ‘sdla_transmit’:
drivers/net/wan/sdla.c:711:13: warning:
cast to pointer from integer of different size [-Wint-to-pointer-cast]
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vxlan.c')
0 files changed, 0 insertions, 0 deletions