aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorAndrew Lunn <[email protected]>2020-11-10 04:02:47 +0100
committerJakub Kicinski <[email protected]>2020-11-12 14:49:40 -0800
commit6e4a930c40d82605afcb7aab267ee3d501a800ab (patch)
treea570b6cd7917a033a359dd508519f329fc35265c /tools/perf/scripts/python/stackcollapse.py
parentdd5fdb3f978595bd1866e657b067cd1ed8bf364b (diff)
drivers: net: smc911x: Fix cast from pointer to integer of different size
drivers/net/ethernet/smsc/smc911x.c: In function ‘smc911x_hardware_send_pkt’: drivers/net/ethernet/smsc/smc911x.c:471:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 471 | cmdA = (((u32)skb->data & 0x3) << 16) | When built on 64bit targets, the skb->data pointer cannot be cast to a u32 in a meaningful way. Use uintptr_t instead. Suggested-by: Nicolas Pitre <[email protected]> Signed-off-by: Andrew Lunn <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions