diff options
author | Krzysztof Kozlowski <[email protected]> | 2020-01-04 15:31:43 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-01-06 13:30:03 -0800 |
commit | 00c0688cecadbf7ac2f5b4cdb36d912a2d3f0cca (patch) | |
tree | e80d05974f90dbb82042a1a86de8c33a85547552 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | be7a7729207797476b6666f046d765bdf9630407 (diff) |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions