diff options
author | Arnd Bergmann <[email protected]> | 2016-08-26 17:37:53 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-08-30 23:35:15 -0700 |
commit | 84fd1b191a9468dbb2e790fbc394378afc43462e (patch) | |
tree | 81d23e5ec9748ea832a627cbb6b35d21cd671382 /tools/perf/scripts/python/compaction-times.py | |
parent | 1ddcf41ff3ee790d19978f7bee1ab76a77a5eb7b (diff) |
qede: hide 32-bit compile warning
The addition of the per-queue statistics introduced a harmless warning
on all 32-bit architectures:
drivers/net/ethernet/qlogic/qede/qede_ethtool.c: In function 'qede_get_ethtool_stats':
drivers/net/ethernet/qlogic/qede/qede_ethtool.c:244:31: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
buf[cnt++] = QEDE_TQSTATS_DATA(edev,
^
drivers/net/ethernet/qlogic/qede/qede_ethtool.c:244:22: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
buf[cnt++] = QEDE_TQSTATS_DATA(edev,
^
This changes the cast to 'void *' to shut up the warning, which
avoids the assumptions on the size of the pointer type.
Signed-off-by: Arnd Bergmann <[email protected]>
Fixes: 68db9ec2df07 ("qede: Add support for per-queue stats.")
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions